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
487e5c51
Unverified
Commit
487e5c51
authored
Feb 27, 2026
by
Jiangyun Zhu
Committed by
GitHub
Feb 27, 2026
Browse files
[Bugfix] disable allreduce_rms_fusion by default when pp size > 1 (#35424)
Signed-off-by:
zjy0516
<
riverclouds.zhu@qq.com
>
parent
1a8c7167
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vllm/config/vllm.py
vllm/config/vllm.py
+3
-0
No files found.
vllm/config/vllm.py
View file @
487e5c51
...
...
@@ -126,6 +126,9 @@ def enable_allreduce_rms_fusion(cfg: "VllmConfig") -> bool:
# tp-dp combination broken:
# https://github.com/vllm-project/vllm/issues/34458
and
cfg
.
parallel_config
.
data_parallel_size
==
1
# tp-pp combination broken:
# https://github.com/vllm-project/vllm/issues/35426
and
cfg
.
parallel_config
.
pipeline_parallel_size
==
1
)
...
...
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