support q5_1 kv

This commit is contained in:
Concedo
2026-04-17 17:06:15 +08:00
parent e074939c17
commit 9a38091207
6 changed files with 52 additions and 25 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ llama_kv_cache::llama_kv_cache(
map_layer_ids[il] = map_layer_ids[il_reuse];
LLAMA_LOG_DEBUG("%s: - layer %3d: reuse layer %d, is_swa = %d\n", __func__, il, il_reuse, hparams.is_swa(il));
// LLAMA_LOG_DEBUG("%s: - layer %3d: reuse layer %d, is_swa = %d\n", __func__, il, il_reuse, hparams.is_swa(il));
}
}