From e1843b7e6c23eceea0b0ee64c619eae4a5d95900 Mon Sep 17 00:00:00 2001 From: Robert Shaw Date: Sun, 20 Jul 2025 02:30:23 +0000 Subject: [PATCH] updated Signed-off-by: Robert Shaw --- vllm/v1/engine/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vllm/v1/engine/utils.py b/vllm/v1/engine/utils.py index 2ac1f750381c7..ac3acafbe01d0 100644 --- a/vllm/v1/engine/utils.py +++ b/vllm/v1/engine/utils.py @@ -640,8 +640,8 @@ def launch_core_engines( # Start local engines. if local_engine_count: - # In server mode, start_index and local_start_index will - # both be 0. << todo: update + # In server mode, start_index is the dp_rank and + # local_start_index is 0. local_engine_manager = CoreEngineProcManager( EngineCoreProc.run_engine_core, vllm_config=vllm_config,