fix warning

This commit is contained in:
Radoslav Gerganov 2024-05-07 14:30:02 +03:00
parent 0b5e8a7183
commit 3d55181445

View file

@ -2367,9 +2367,9 @@ static size_t llama_get_device_memory(const llama_model & model, int device) {
return free; return free;
#else #else
return 1; return 1;
#endif
GGML_UNUSED(model); GGML_UNUSED(model);
GGML_UNUSED(device); GGML_UNUSED(device);
#endif
} }
// //