Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
932b51ce
Unverified
Commit
932b51ce
authored
Feb 18, 2025
by
youkaichao
Committed by
GitHub
Feb 18, 2025
Browse files
[v1] fix parallel config rank (#13445)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
7c7adf81
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/v1/worker/worker_base.py
vllm/v1/worker/worker_base.py
+1
-0
No files found.
vllm/v1/worker/worker_base.py
View file @
932b51ce
...
@@ -41,6 +41,7 @@ class WorkerBase(WorkerBaseV0):
...
@@ -41,6 +41,7 @@ class WorkerBase(WorkerBaseV0):
# Configuration storage
# Configuration storage
super
().
__init__
(
vllm_config
=
vllm_config
)
super
().
__init__
(
vllm_config
=
vllm_config
)
self
.
parallel_config
.
rank
=
rank
self
.
local_rank
=
local_rank
self
.
local_rank
=
local_rank
self
.
rank
=
rank
self
.
rank
=
rank
self
.
distributed_init_method
=
distributed_init_method
self
.
distributed_init_method
=
distributed_init_method
...
...
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