-
Notifications
You must be signed in to change notification settings - Fork 41
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
std::runtime_error: unexpectedly reached end of file #3
Comments
Ciao, |
The following will work.
|
As pointed out by Update and bug fixes - 2023.05.23 Cannot install llama-cpp-python In my case I have Windows 10, 64 bit, python 3.10 |
Hi Fabio! Sorry for slow response. aiohttp==3.8.4 |
That looks like it works! Thx @fabiomatricardi 👍🙏 |
Ciao, please refer to the comment above. In my case I have Windows 10, 64 bit, python 3.10 |
Hi,
I get a an error saying that there's an unexpected end to the ggml q4_0.bin file.
(.venv) ➜ GPT4all-mh python my_knowledge_qna.py
llama.cpp: loading model from ./models/ggml-model-q4_0.bin
libc++abi: terminating due to uncaught exception of type std::runtime_error: unexpectedly reached end of file
[1] 99899 abort python my_knowledge_qna.py
(.venv) ➜ GPT4all-mh
Used the link in you medium post. After some reading up, could this have anything too do with a breaking update in ggerganov/llama.cpp#1508 ?
The text was updated successfully, but these errors were encountered: