diff --git a/llama.cpp b/llama.cpp index 610cba5c6..4b9643bde 100644 --- a/llama.cpp +++ b/llama.cpp @@ -2367,9 +2367,9 @@ static size_t llama_get_device_memory(const llama_model & model, int device) { return free; #else return 1; +#endif GGML_UNUSED(model); GGML_UNUSED(device); -#endif } //