mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-14 00:05:36 +08:00
This commit is contained in:
parent
18bfcdd05c
commit
ab7e6006d6
@ -209,7 +209,7 @@ class LLMEngine:
|
|||||||
worker.set_cuda_visible_devices.remote(node_gpus[node_id])
|
worker.set_cuda_visible_devices.remote(node_gpus[node_id])
|
||||||
|
|
||||||
distributed_init_method = get_distributed_init_method(
|
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
|
# Lazy import the Worker to avoid importing torch.cuda/xformers
|
||||||
# before CUDA_VISIBLE_DEVICES is set in the Worker
|
# before CUDA_VISIBLE_DEVICES is set in the Worker
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user