Marc Sun
Marc Sun
Hi @parasurama, is the issue solved ? LMK if I can chose the issue !
> IMO storing the device makes sense. It's also something that could be interesting for @muellerzr and @SunMarc, an accelerate friendly thing to handle that? 🤗 +1 on @ArthurZucker comments....
Thanks for the reproducer @joris-sense ! I'll try to reproduce and fix the issue !
I'll have a look @amyeroberts !
Hi @pacozaa and @kdcyberdude, could you try to pass `hub_always_push = True `in `TrainingArguments` ? It is strange no checkpoint were uploaded at all. When we are already trying to...
That's right ! The goal of this feature is to let users load their gguf in transformers so that they can fine-tune them before reconverting them to gguf format !
Thx for the reminder ! I've created the PR !
To complete @dacorvo answer, we plan to add support via `save_pretrained` and `from_pretrained` for transformers integration. For now, the only way to save the model is by using quanto.
I have a [draft PR](https://github.com/huggingface/transformers/pull/30049) which enable serializing quanto model with transformers but we need to modify a bit how transformers saves a model. I will see with a core...