Replies: 2 comments 2 replies
-
I don't think convert.py itself works with the new version of llama.cpp, but there are many other convert files, the one I think may work (though I'm not sure) may be |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi @Darin755 , Please, check this comment. It was the solution for me. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I am trying to convert openLLAMA 7b using the convert script. I ran the command in order to convert:
python3 convert.py ../open_llama_7b_v2/
(open_llama_7b_v2 is the name of the directory with openllama)However, I get the following error:
ValueError: unknown format: ../open_llama_7b_v2/pytorch_model-00001-of-00002.bin
I don't know how to troubleshoot this. Does anyone else have more information?
Beta Was this translation helpful? Give feedback.
All reactions