Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
norm
vllm
Commits
ab7e6006
Unverified
Commit
ab7e6006
authored
Jan 22, 2024
by
Philipp Moritz
Committed by
GitHub
Jan 22, 2024
Browse files
Fix
https://github.com/vllm-project/vllm/issues/2540
(#2545)
parent
18bfcdd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/llm_engine.py
vllm/engine/llm_engine.py
+1
-1
No files found.
vllm/engine/llm_engine.py
View file @
ab7e6006
...
...
@@ -209,7 +209,7 @@ class LLMEngine:
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment