mirror of
https://github.com/kvcache-ai/sglang.git
synced 2026-07-01 20:27:57 +00:00
[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:
@@ -256,7 +256,7 @@ class DecodeKVCacheOffloadManager:
|
||||
# Release host memory
|
||||
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."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user