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
29b97c09
Unverified
Commit
29b97c09
authored
Aug 05, 2025
by
Ning Xie
Committed by
GitHub
Aug 04, 2025
Browse files
[Doc] add backend to doc string of initialize_model_parallel (#22142)
Signed-off-by:
Andy Xie
<
andy.xning@gmail.com
>
parent
7b455cf1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vllm/distributed/parallel_state.py
vllm/distributed/parallel_state.py
+1
-0
No files found.
vllm/distributed/parallel_state.py
View file @
29b97c09
...
@@ -1013,6 +1013,7 @@ def initialize_model_parallel(
...
@@ -1013,6 +1013,7 @@ def initialize_model_parallel(
parallelism.
parallelism.
pipeline_model_parallel_size: number of GPUs used for pipeline model
pipeline_model_parallel_size: number of GPUs used for pipeline model
parallelism.
parallelism.
backend: name of torch distributed communication backend.
Let's say we have a total of 8 GPUs denoted by g0 ... g7 and we
Let's say we have a total of 8 GPUs denoted by g0 ... g7 and we
use 2 GPUs to parallelize the model tensor, and 4 GPUs to parallelize
use 2 GPUs to parallelize the model tensor, and 4 GPUs to parallelize
...
...
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