We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the StarCoder model quantized using "q5_1" with a medium-sized context (3500 tokens) I run into this error:
ggml_new_tensor_impl: not enough space in the context's memory pool (needed 412241472, available 411791504) Segmentation fault (core dumped)
How can I increase the context memory pool size?
The text was updated successfully, but these errors were encountered:
mem_per_token
Yes, I'm able to reproduce this issue! We're investigating a fix here: ggml-org/ggml#175
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When running the StarCoder model quantized using "q5_1" with a medium-sized context (3500 tokens) I run into this error:
How can I increase the context memory pool size?
The text was updated successfully, but these errors were encountered: