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
e5b438a2
Unverified
Commit
e5b438a2
authored
Oct 15, 2025
by
Wentao Ye
Committed by
GitHub
Oct 15, 2025
Browse files
[Bug] Temporally Disable `VLLM_ALLREDUCE_USE_SYMM_MEM` by Default (#26925)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
0b99f5d3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/envs.py
vllm/envs.py
+2
-2
No files found.
vllm/envs.py
View file @
e5b438a2
...
@@ -198,7 +198,7 @@ if TYPE_CHECKING:
...
@@ -198,7 +198,7 @@ if TYPE_CHECKING:
VLLM_USE_FLASHINFER_MOE_MXFP4_BF16
:
bool
=
False
VLLM_USE_FLASHINFER_MOE_MXFP4_BF16
:
bool
=
False
VLLM_ROCM_FP8_MFMA_PAGE_ATTN
:
bool
=
False
VLLM_ROCM_FP8_MFMA_PAGE_ATTN
:
bool
=
False
VLLM_USE_FLASHINFER_MOE_MXFP4_MXFP8_CUTLASS
:
bool
=
False
VLLM_USE_FLASHINFER_MOE_MXFP4_MXFP8_CUTLASS
:
bool
=
False
VLLM_ALLREDUCE_USE_SYMM_MEM
:
bool
=
Tru
e
VLLM_ALLREDUCE_USE_SYMM_MEM
:
bool
=
Fals
e
VLLM_TUNED_CONFIG_FOLDER
:
str
|
None
=
None
VLLM_TUNED_CONFIG_FOLDER
:
str
|
None
=
None
VLLM_GPT_OSS_HARMONY_SYSTEM_INSTRUCTIONS
:
bool
=
False
VLLM_GPT_OSS_HARMONY_SYSTEM_INSTRUCTIONS
:
bool
=
False
VLLM_CUSTOM_SCOPES_FOR_PROFILING
:
bool
=
False
VLLM_CUSTOM_SCOPES_FOR_PROFILING
:
bool
=
False
...
@@ -1343,7 +1343,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
...
@@ -1343,7 +1343,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
),
),
# Whether to use pytorch symmetric memory for allreduce
# Whether to use pytorch symmetric memory for allreduce
"VLLM_ALLREDUCE_USE_SYMM_MEM"
:
lambda
:
bool
(
"VLLM_ALLREDUCE_USE_SYMM_MEM"
:
lambda
:
bool
(
int
(
os
.
getenv
(
"VLLM_ALLREDUCE_USE_SYMM_MEM"
,
"
1
"
))
int
(
os
.
getenv
(
"VLLM_ALLREDUCE_USE_SYMM_MEM"
,
"
0
"
))
),
),
# Allows vllm to find tuned config under customized folder
# Allows vllm to find tuned config under customized folder
"VLLM_TUNED_CONFIG_FOLDER"
:
lambda
:
os
.
getenv
(
"VLLM_TUNED_CONFIG_FOLDER"
,
None
),
"VLLM_TUNED_CONFIG_FOLDER"
:
lambda
:
os
.
getenv
(
"VLLM_TUNED_CONFIG_FOLDER"
,
None
),
...
...
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