mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-21 18:52:02 +00:00
fix metal build
This commit is contained in:
parent
a6bbd449c4
commit
56c0926866
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue