You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending large prompts i get the following error:
ggml_allocr_alloc: not enough space in the buffer (needed 561259008, largest block available 102924288)
GGML_ASSERT: /private/var/folders/qj/w85147014pq9yp4k5j6g66tw0000gn/T/pip-install-5wl_01v9/llama-cpp-python_451859871b5d42ada35cd84d4620a385/vendor/llama.cpp/ggml-alloc.c:139: !"not enough space in the buffer"
Does this mean, my machine does not have enough RAM (can't veryify, there seems to be RAM left), or is there an option i can give this process more memory (can't find an option)?
thank you for your answer!
The text was updated successfully, but these errors were encountered:
When sending large prompts i get the following error:
Does this mean, my machine does not have enough RAM (can't veryify, there seems to be RAM left), or is there an option i can give this process more memory (can't find an option)?
thank you for your answer!
The text was updated successfully, but these errors were encountered: