mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
Correct compilation errors on macOS Metal (#1204)
This commit is contained in:
parent
619e4b59ac
commit
bb6c8bc095
2 changed files with 0 additions and 2 deletions
|
@ -21,7 +21,6 @@ struct UpscalerGGML {
|
|||
#endif
|
||||
#ifdef SD_USE_METAL
|
||||
LOG_DEBUG("Using Metal backend");
|
||||
ggml_backend_metal_log_set_callback(ggml_log_callback_default, nullptr);
|
||||
backend = ggml_backend_metal_init();
|
||||
#endif
|
||||
#ifdef SD_USE_VULKAN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue