-
Notifications
You must be signed in to change notification settings - Fork 1k
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
llama.cpp: loading model ......terminate called after throwing an instance of 'std::runtime_error' #303
Comments
I have a similar problem:
and
raises
This happens in llama_cpp/llama.py on line 225
|
Funny enough this happens only in debug mode, could be solved using
|
having the same problem as mentioned in issue description ("unexpectedly reached end of file"). any solution to this yet? |
ok, this indeed seems to be related to the breaking change with respect to quantization: ggerganov/llama.cpp#1405 :( i guess there is nothing we can do except for either using an old version or re-quantizing our models. |
Hopefully things have standardized on Alternatively, I wrote a script that provides a menu of model from 🤗 and allows you to directly download them. Without any args it defaults to (currently) a menu of 51
|
Can we close this? |
langchain 0.0.184
Error happens on:
llama-cpp-python version: 0.1.53~0.1.56
Errror detail:
Works correctly on:
llama-cpp-python version: 0.1.52
Correct output:
source code
My investigation:
maybe related to llama.cpp quantize isuue?
ggerganov/llama.cpp#1569
any ideas why this happen?
The text was updated successfully, but these errors were encountered: