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.
…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.