Unverified Commit 0e09c380 authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

llm: print caching notices in debug only (#5533)

parent 0ee87615
...@@ -1413,7 +1413,7 @@ struct llama_server_context ...@@ -1413,7 +1413,7 @@ struct llama_server_context
return get_slot(-1); return get_slot(-1);
} }
LOG_INFO("slot with common prefix found", {{ LOG_DEBUG("slot with common prefix found", {{
"slot_id", slot->id, "slot_id", slot->id,
"characters", longest "characters", longest
}}); }});
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment