From 56c092686646bb53571063b087bf423e0a8d5d27 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Tue, 19 Aug 2025 15:41:16 +0800 Subject: [PATCH] fix metal build --- otherarch/ttscpp/src/tts_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/otherarch/ttscpp/src/tts_model.cpp b/otherarch/ttscpp/src/tts_model.cpp index 19754295a..d641079e7 100644 --- a/otherarch/ttscpp/src/tts_model.cpp +++ b/otherarch/ttscpp/src/tts_model.cpp @@ -36,7 +36,7 @@ void runner_context::set_threads() { if (backend != nullptr) { #ifdef GGML_USE_METAL // this is form copied from llama.cpp, but has since been removed. I don't know if this should be tuned. - ggml_backend_metal_set_n_cb(backend, 1); + // ggml_backend_metal_set_n_cb(backend, 1); #endif } if (backend_cpu != nullptr) {