mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-11 16:26:59 +00:00
llm: print caching notices in debug only (#5533)
This commit is contained in:
2
llm/ext_server/server.cpp
vendored
2
llm/ext_server/server.cpp
vendored
@@ -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
|
||||||
}});
|
}});
|
||||||
|
|||||||
Reference in New Issue
Block a user