LostRuins / koboldcpp

Run GGUF models easily with a KoboldAI UI. One File. Zero Install.
https://github.com/lostruins/koboldcpp
GNU Affero General Public License v3.0
5.35k stars 364 forks source link

Metal: remove ggml_backend_metal_log_set_callback due to backend logg… #1144

Closed beebopkim closed 1 month ago

beebopkim commented 1 month ago

…ing mechanism unification d6fe7ab

I found some compilation errors from the most recent commit from concedo-experimental and found that there the function ggml_backend_metal_log_set_callback was remove, and it caused compilation error on macOS. So I corrected it.

This change was made by referring to the changes applied to llama.cpp and whisper.cpp.

I tested on my M1 Max Mac Studio and there was no performance issue.

LostRuins commented 1 month ago

Thank you.