Skip to content

Commit 10f1f54

Browse files
committed
Revert "hide some debug text"
This reverts commit b686f4b.
1 parent 25fc19a commit 10f1f54

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)