From 093b9380db71cd1b4a0b93a294167702118decd6 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Sun, 20 Jul 2025 20:41:36 +0000 Subject: [PATCH] updated Signed-off-by: Robert Shaw --- vllm/v1/engine/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/v1/engine/utils.py b/vllm/v1/engine/utils.py index 5c4f87b68aaaa..99574a5c9067b 100644 --- a/vllm/v1/engine/utils.py +++ b/vllm/v1/engine/utils.py @@ -609,7 +609,7 @@ def launch_core_engines( for i in range(dp_size) ] else: - # All other ranks just handshake with those that it is managing. + # Rank > 0 handshakes with just the local cores it is managing. assert vllm_config.parallel_config.data_parallel_external_lb, ( "Attempting to launch core_engines from dp_rank > 0, but " "found internal DPLB, which is incompatible.")