llama : disable log message

ggml-ci
This commit is contained in:
Georgi Gerganov 2024-02-26 18:45:16 +02:00
parent 547ddae5f7
commit 35613271b1
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -8013,7 +8013,7 @@ static int llama_decode_internal(
// queue defragmentation for next llama_kv_cache_update
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);
}