Skip to content

Commit 33e5599

Browse files
committed
up
Signed-off-by: Rui Qiao <ruisearch42@gmail.com>
1 parent 090caa0 commit 33e5599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/v1/executor/ray_executor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def _init_workers_ray(self, placement_group: "PlacementGroup",
4747

4848
# Create the workers.
4949
driver_ip = get_ip()
50-
# worker_wrapper_kwargs = self._get_worker_wrapper_args()
5150
for bundle_id, bundle in enumerate(placement_group.bundle_specs):
5251
if not bundle.get("GPU", 0):
5352
# Skip bundles that don't have GPUs,

0 commit comments

Comments
 (0)