Skip to content

Commit 56c0926

Browse files
committed
fix metal build
1 parent a6bbd44 commit 56c0926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otherarch/ttscpp/src/tts_model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void runner_context::set_threads() {
3636
if (backend != nullptr) {
3737
#ifdef GGML_USE_METAL
3838
// this is form copied from llama.cpp, but has since been removed. I don't know if this should be tuned.
39-
ggml_backend_metal_set_n_cb(backend, 1);
39+
// ggml_backend_metal_set_n_cb(backend, 1);
4040
#endif
4141
}
4242
if (backend_cpu != nullptr) {

0 commit comments

Comments
 (0)