[HiCache] Reduce per-request backup log noise (#20813)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
30a35ecd90
commit
b6055e59cd
@@ -256,7 +256,7 @@ class DecodeKVCacheOffloadManager:
|
|||||||
# Release host memory
|
# Release host memory
|
||||||
self.decode_host_mem_pool.free(host_indices)
|
self.decode_host_mem_pool.free(host_indices)
|
||||||
|
|
||||||
logger.info(
|
logger.debug(
|
||||||
f"Finished backup request {req_id}, free host memory, len:{len(host_indices)}, cost time:{time.time() - start_time:.2f} seconds."
|
f"Finished backup request {req_id}, free host memory, len:{len(host_indices)}, cost time:{time.time() - start_time:.2f} seconds."
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user