We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7b677 commit 1c4e38cCopy full SHA for 1c4e38c
1 file changed
tools/server/server-context.cpp
@@ -1421,7 +1421,7 @@ struct server_context_impl {
1421
if (slot_tier && slot_tier->initialized) {
1422
const int n_evict = std::max(1, (int)(slot.n_ctx * 0.20f));
1423
if (tiered_cache->evict_from_slot(slot.id, n_evict, (uint32_t)n_tokens)) {
1424
- SLT_INF(slot, "proactive tiered eviction: %d tokens at %d/%d hot capacity\\n",
+ SLT_DBG(slot, "proactive tiered eviction: %d tokens at %d/%d hot capacity\\n",
1425
n_evict, n_tokens, slot.n_ctx);
1426
}
1427
0 commit comments