-
Notifications
You must be signed in to change notification settings - Fork 13.7k
ggml : add GGML_NO_REALLOC option to disable reallocations in ggml-alloc #17276
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
base: master
Are you sure you want to change the base?
Conversation
Enabled in ggml-ci for testing.
3df2f6d to
6d90fe9
Compare
|
I tried this change after reverting #17143 but it doesn't trigger an error using the llama.cpp/ggml/src/ggml-alloc.c Lines 1052 to 1055 in 6d90fe9
|
|
I was trying to reproduce this, but I get this assert when running |
|
I think these asserts can be safely removed. Will take a look tomorrow. |
No description provided.