How to convert pytorch_model.bin models to gguf? #1414
Romanio1997
started this conversation in
General
Replies: 2 comments 2 replies
-
You can't convert any 'bin' file to gguf, it has to be compatible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What model are you looking for? Usually they can already be found on huggingface, just search for gguf |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
nothing is understood I downloaded koboldcpp_tools_19dec how to convert pytorch_model.bin models to gguf?
C:\AI\download ai model for convert scripts\koboldcpp_tools_19dec>python convert_hf_to_gguf.py "c:\AI\download ai model for convert scripts\keywordGen-v2" --outtype f32
INFO:hf-to-gguf:Loading model: keywordGen-v2
ERROR:hf-to-gguf:Model T5Model is not supported
Beta Was this translation helpful? Give feedback.
All reactions