We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bbd44 commit 56c0926Copy full SHA for 56c0926
otherarch/ttscpp/src/tts_model.cpp
@@ -36,7 +36,7 @@ void runner_context::set_threads() {
36
if (backend != nullptr) {
37
#ifdef GGML_USE_METAL
38
// 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);
+ // ggml_backend_metal_set_n_cb(backend, 1);
40
#endif
41
}
42
if (backend_cpu != nullptr) {
0 commit comments