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
stable-diffusion.cpp/./ggml_extend.hpp:1143:13: error: use of undeclared identifier 'ggml_backend_metal_set_n_cb'
ggml_backend_metal_set_n_cb(backend, n_threads);
stable-diffusion.cpp/stable-diffusion.cpp:164:9: error: use of undeclared identifier 'ggml_backend_metal_log_set_callback'
ggml_backend_metal_log_set_callback(ggml_log_callback_default, nullptr);
The text was updated successfully, but these errors were encountered:
I can build by replacing references to ggml_backend_metal_log_set_callback() with ggml_log_set() and commenting out the call to ggml_backend_metal_set_n_cb(). I couldn't find what to replace it with (edit: It should just be removed ggerganov/llama.cpp#9698).
When I update to the newest commit 9578fdc, I encounter the build issue for metal. But it works for no metal or cuda.
The text was updated successfully, but these errors were encountered: