From 9c529a7939e9d126361e7569b5b827f48aed7926 Mon Sep 17 00:00:00 2001 From: Molly Sophia Date: Fri, 3 Jan 2025 20:06:48 +0800 Subject: [PATCH] Update common/common.cpp Co-authored-by: Georgi Gerganov --- common/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.cpp b/common/common.cpp index 51f72a031..4bb140ee2 100644 --- a/common/common.cpp +++ b/common/common.cpp @@ -889,7 +889,7 @@ struct common_init_result common_init_from_params(common_params & params) { } if (params.ctx_shift && !llama_kv_cache_can_shift(lctx)) { - LOG_WRN("%s: KV cache shifting is not supported for this model, disabling KV cache shifting'\n", __func__); + LOG_WRN("%s: KV cache shifting is not supported for this model, disabling KV cache shifting\n", __func__); params.ctx_shift = false; }