From 029e60932ff061477c1009e9ee1f187855802c7a Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 19 Nov 2024 13:29:06 +0200 Subject: [PATCH] llama : restore comment [no ci] --- src/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama.cpp b/src/llama.cpp index 3c049cd22..c51b36e66 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -20463,7 +20463,7 @@ void llama_kv_cache_update(struct llama_context * ctx) { } bool llama_kv_cache_can_shift(struct llama_context * ctx) { - return ctx->model.arch != LLM_ARCH_DEEPSEEK2; + return ctx->model.arch != LLM_ARCH_DEEPSEEK2; // not supported due to MLA } // deprecated