diff --git a/vllm/v1/engine/utils.py b/vllm/v1/engine/utils.py index 8dc9ed2257afb..c0ec5c740312e 100644 --- a/vllm/v1/engine/utils.py +++ b/vllm/v1/engine/utils.py @@ -649,7 +649,6 @@ def launch_core_engines( local_client=True, local_engine_count=local_engine_count, start_index=dp_rank, - # In server, this is 0. local_start_index=local_start_index or 0) else: local_engine_manager = None