From 95c16c263c13a54f9c5ae6b58bcdb21d2f0588cd Mon Sep 17 00:00:00 2001 From: Radoslav Gerganov Date: Tue, 30 Apr 2024 14:08:09 +0300 Subject: [PATCH] fix warning --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index 436562c47..65c494b22 100644 --- a/llama.cpp +++ b/llama.cpp @@ -2301,7 +2301,7 @@ static ggml_backend_buffer_type_t llama_default_buffer_type_offload(const llama_ buft = llama_default_buffer_type_cpu(true); } return buft; - + GGML_UNUSED(model); GGML_UNUSED(gpu); }