Florin Andrei

Results 91 comments of Florin Andrei

Would it be possible to make a quick release of this module with the provider version capped at < 6.0.0 ?

Hm, that's a little too aggressive. I prefer an override: ``` generate "versions_override" { path = "versions_override.tf" if_exists = "overwrite_terragrunt" contents =

@bryantbiggs Using the tools according to their default behavior does not mean you're "jumping the gun". There are plenty of scenarios where the latest provider version is pulled in automatically...

> we don't get paid to do this I get it, and your work is appreciated. I've been on that side of the table myself. Sometimes it feels like a...

I've tried various ways to include a PDF in the chat, but it does not appear to work currently. It would be a very useful feature to have.

Please fix this one way or another. The current hack I have is: ``` diff --git a/pyproject.toml b/pyproject.toml index e2b5b91..a989983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies...

@pdevine Would be nice if you could make a sharper distinction between pre-releases and actual releases. That would prevent people from rushing to download your app, only to realize it's...

Yeah, there might be issues when names are conflicting with each other, but this would be very useful. I actually found this ticket because I was looking for a way...

Similar error: https://gist.github.com/FlorinAndrei/73cbfc436385cd19991892fea761effa Code similar to: https://huggingface.co/blog/mlabonne/sft-llama3 Versions: ``` ubuntu-24.04 python-3.12.3 triton-3.2.0 torch-2.6.0 transformers-4.50.2 datasets-3.5.0 unsloth-2025.3.18 unsloth_zoo-2025.3.16 ``` Downgrading to triton-3.1.0, torch-2.5.1 seems to fix it (running the training loop...

To add: python-3.13 is not an option if you use unsloth, since it only supports python