aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2023-05-13 16:55:14 +0300
committerGeorgi Gerganov <ggerganov@gmail.com>2023-05-13 16:55:14 +0300
commit5a5aeb1e91009c72bf816400b758bb8a305616d7 (patch)
treec43b15aa5accf810cc35645a60abeac2bd8852e5
parent66841fdb0eaf0cc210757cc7f683d0f4eebadc21 (diff)
llama : fix unused warning
-rw-r--r--llama.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llama.cpp b/llama.cpp
index 73b932a..98f49ab 100644
--- a/llama.cpp
+++ b/llama.cpp
@@ -1053,6 +1053,8 @@ static void llama_model_load_internal(
fprintf(stderr, "%s: [cublas] total VRAM used: %zu MB\n", __func__, vram_total / 1024 / 1024);
}
+#else
+ (void) n_gpu_layers;
#endif
// loading time will be recalculate after the first eval, so