Skip to content

Commit

Permalink
trying to restore commit history
Browse files Browse the repository at this point in the history
Signed-off-by: lucast2021 <[email protected]>
  • Loading branch information
lucast2021 committed Dec 21, 2024
1 parent d5f498d commit c9c503b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/executor/ray_gpu_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def sort_by_driver_then_worker_ip(worker):
self.workers = sorted(self.workers, key=sort_by_driver_then_worker_ip)

# Get the set of GPU IDs used on each node.
worker_node_and_gpu_ids: List[Tuple[str, List[Union[int, str]]]] = []
worker_node_and_gpu_ids = []
for worker in [self.driver_dummy_worker] + self.workers:
if worker is None:
# driver_dummy_worker can be None when using ray spmd worker.
Expand Down

0 comments on commit c9c503b

Please sign in to comment.