leejet / stable-diffusion.cpp

Stable Diffusion in pure C/C++
MIT License
2.91k stars 233 forks source link

Fix Metal build issue #183

Closed phudtran closed 4 months ago

phudtran commented 4 months ago

Fixes failure to build with SD_METAL=ON

error: use of undeclared identifier 'ggml_metal_log_set_callback'; did you mean 'ggml_backend_metal_log_set_callback'?
        ggml_metal_log_set_callback(ggml_log_callback_default, nullptr);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
        ggml_backend_metal_log_set_callback
leejet commented 4 months ago

Thank you for your contribution