-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
GGML Assert error #428
Comments
I have the same issue. |
Increase the amount of memory available. I had the same issue trying to run the python binding of gpt4all. It worked after I provisioned a system with more than 16G of memory. |
Yep, I gave it 8 gb and it started moving, good to know that 16 may be a good number to aim for. It doesn't seem that 8gb would be anywhere near enough, as it moves quite slowly and takes a long time to reply to queries. |
I had the same issue. I was using a 2 GB cloud instance to build a Docker image with privateGPT. The build worked. Here's a link to the Dockerfile: https://github.com/rwcitek/privateGPT/blob/docker/docker/Dockerfile However, when I tried to run docker run --rm -it rwcitek/privategpt:2023-06-04 python3 privateGPT.py Since I did my development using GitHub CodeSpaces, I modified my https://github.com/rwcitek/privateGPT/blob/docker/.devcontainer/devcontainer.json I have not tried it on anything between 2 GB and 16 GB. |
GGML_ASSERT: C:\Users\circleci.PACKER-64370BA5\project\gpt4all-backend\llama.cpp\ggml.c:4411: ctx->mem_buffer != NULL
not getting any prompt to enter the query?
instead getting the above assertion error? can anyone help with this?
The text was updated successfully, but these errors were encountered: