-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Can't convert llama 2 ggmlv3 to gguf #2944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think your gguf version is out of sync with the convert script and/or your convert script (and llama.cpp stuff) is out of date. The line the error occurred on isn't in the current version. |
I can confirm that this occurs on the latest of everything, as of this post. Not sure what is wrong with gguf 0.3.0+ Run: |
@pfeiffee I'm afraid you're mistaken. You're definitely not on the latest of everything. Here's those lines from The code you and OP are talking about was changed by a pull that got merged two days ago: dc07dc4 The like I said, the problem is probably because your GGUF is out of sync with the script version. |
I was getting
|
It was probably #2916 or #2927 that fixed your issue. I think #2927 is going to reduce confusion a lot, at least for people running scripts out of the repo since until now it was really easy to get out of sync. If the |
Yeah, almost certainly #2927 is the fix. Every1 would be scrounging for models like fiends if not for converting, so this is a smooth transition & no big deal for me. |
Glad it's useful! Just keep in mind if you don't use the original model metadata when converting you're probably going to see noticeable quality differences (I think there were also some small changes to the k-quants strategy for 70B models which could also make a bit of a difference). |
How do i update it? |
Nvm rm -rf'd and reinstalled thr repo now it converted succesfully. |
Hello, so i downloaded llama 2 uncensored ggml version by TheBloke but when i try to convert it to gguf i can't:
The text was updated successfully, but these errors were encountered: