Skip to content

Commit b686f4b

Browse files
committed
hide some debug text
1 parent 11984f1 commit b686f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-kv-cache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ bool llama_kv_cache_unified::update(llama_context & lctx) {
373373
printf("\nWARNING: The current KV cache / model configuration does not support K-shift");
374374
} else {
375375

376-
LLAMA_LOG_DEBUG("%s: applying K-shift\n", __func__);
376+
//LLAMA_LOG_DEBUG("%s: applying K-shift\n", __func__);
377377

378378
// apply K-shift if needed
379379
if (hparams.rope_type != LLAMA_ROPE_TYPE_NONE) {

0 commit comments

Comments
 (0)