converting models not possible again #14646
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Your problem is due to the symlink, if you instead run |
Beta Was this translation helpful? Give feedback.
-
This indeed did the trick! Master CISC is delivering the quick solution, exactly like in my last request... :-) May I ask two questions just for my own curiosity?
|
Beta Was this translation helpful? Give feedback.
Your problem is due to the symlink, if you instead run
convert_hf_to_gguf.py
directly from within the repository it will use thegguf-py
contained therein instead of the oldergguf
package you have installed.