Clean up startup log noise (#28807)

This commit is contained in:
Lianmin Zheng
2026-06-20 15:02:52 -07:00
committed by GitHub
parent d6d06cdc17
commit fe428dd845
4 changed files with 3 additions and 21 deletions
@@ -1003,10 +1003,6 @@ class ModelRunnerKVCacheMixin:
requested_per_worker,
max_num_reqs,
)
logger.info(
f"Max concurrent requests (per dp worker) from the finalized token capacity: "
f"max_num_reqs={max_num_reqs}."
)
return max_num_reqs
def _apply_memory_pool_config(self: ModelRunner, config: MemoryPoolConfig):