Closed giuliabaldini closed 1 month ago
Hi there,
thank you for the absolutely amazing package!
I have encountered an error when saving to gguf.
In this line you build the path for the final save, but if the path is absolute, this causes convert-hf-to-gguf.py to not find it and throw an error.
convert-hf-to-gguf.py
I am happy to write a PR to fix this, the best way is probably to use pathlib internally.
Best, Giulia
Oh thanks for the quick fix as well!!
Merged and thank you!
Hi there,
thank you for the absolutely amazing package!
I have encountered an error when saving to gguf.
In this line you build the path for the final save, but if the path is absolute, this causes
convert-hf-to-gguf.py
to not find it and throw an error.I am happy to write a PR to fix this, the best way is probably to use pathlib internally.
Best, Giulia