llama : disable log message
ggml-ci
This commit is contained in:
parent
547ddae5f7
commit
35613271b1
1 changed files with 1 additions and 1 deletions
|
@ -8013,7 +8013,7 @@ static int llama_decode_internal(
|
||||||
|
|
||||||
// queue defragmentation for next llama_kv_cache_update
|
// queue defragmentation for next llama_kv_cache_update
|
||||||
if (fragmentation > cparams.defrag_thold) {
|
if (fragmentation > cparams.defrag_thold) {
|
||||||
LLAMA_LOG_INFO("fragmentation: %.2f\n", fragmentation);
|
//LLAMA_LOG_INFO("fragmentation: %.2f\n", fragmentation);
|
||||||
|
|
||||||
llama_kv_cache_defrag(kv_self);
|
llama_kv_cache_defrag(kv_self);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue