From e81c277e6e0b8d9a11aae8a297ebac60123b2fb2 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Sun, 20 Jul 2025 23:55:02 +0000 Subject: [PATCH] updated Signed-off-by: Robert Shaw --- vllm/v1/engine/core_client.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/vllm/v1/engine/core_client.py b/vllm/v1/engine/core_client.py index 2b5fd986bd9f3..247088998a3b8 100644 --- a/vllm/v1/engine/core_client.py +++ b/vllm/v1/engine/core_client.py @@ -970,9 +970,6 @@ class DPAsyncMPClient(AsyncMPClient): self.engines_running = running # NOTE: counts include all global Cores. Slice # to get get the Core's managed by this client. - # TODO(rob): update this so we only pull in - # the counts that we are load balancing across. - # logger.info(f"{counts=}") self.lb_engines = counts[start_idx:end_idx] resources.stats_update_task = asyncio.create_task(