fix warning

This commit is contained in:
Radoslav Gerganov 2024-04-30 14:08:09 +03:00
parent c8546879c4
commit 95c16c263c

View file

@ -2301,7 +2301,7 @@ static ggml_backend_buffer_type_t llama_default_buffer_type_offload(const llama_
buft = llama_default_buffer_type_cpu(true); buft = llama_default_buffer_type_cpu(true);
} }
return buft; return buft;
GGML_UNUSED(model);
GGML_UNUSED(gpu); GGML_UNUSED(gpu);
} }