mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-15 03:19:41 +00:00
hide some debug text
This commit is contained in:
parent
11984f1040
commit
b686f4bec7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue