We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25fc19a commit 10f1f54Copy full SHA for 10f1f54
src/llama-kv-cache.cpp
@@ -373,7 +373,7 @@ bool llama_kv_cache_unified::update(llama_context & lctx) {
373
printf("\nWARNING: The current KV cache / model configuration does not support K-shift");
374
} else {
375
376
- //LLAMA_LOG_DEBUG("%s: applying K-shift\n", __func__);
+ LLAMA_LOG_DEBUG("%s: applying K-shift\n", __func__);
377
378
// apply K-shift if needed
379
if (hparams.rope_type != LLAMA_ROPE_TYPE_NONE) {
0 commit comments