hide some debug text

This commit is contained in:
Concedo 2025-05-14 00:41:51 +08:00
parent 11984f1040
commit b686f4bec7

View file

@ -373,7 +373,7 @@ bool llama_kv_cache_unified::update(llama_context & lctx) {
printf("\nWARNING: The current KV cache / model configuration does not support K-shift"); printf("\nWARNING: The current KV cache / model configuration does not support K-shift");
} else { } else {
LLAMA_LOG_DEBUG("%s: applying K-shift\n", __func__); //LLAMA_LOG_DEBUG("%s: applying K-shift\n", __func__);
// apply K-shift if needed // apply K-shift if needed
if (hparams.rope_type != LLAMA_ROPE_TYPE_NONE) { if (hparams.rope_type != LLAMA_ROPE_TYPE_NONE) {