Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored Jan 22, 2024
1 parent 18bfcdd commit ab7e600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _init_workers_ray(self, placement_group: "PlacementGroup",
worker.set_cuda_visible_devices.remote(node_gpus[node_id])

distributed_init_method = get_distributed_init_method(
driver_ip, get_open_port)
driver_ip, get_open_port())

# Lazy import the Worker to avoid importing torch.cuda/xformers
# before CUDA_VISIBLE_DEVICES is set in the Worker
Expand Down

0 comments on commit ab7e600

Please sign in to comment.