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
1ec20355
Unverified
Commit
1ec20355
authored
Sep 11, 2025
by
Wentao Ye
Committed by
GitHub
Sep 11, 2025
Browse files
[Bugfix] Set `VLLM_ALLREDUCE_USE_SYMM_MEM` default to False (#24696)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
e42af78b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/envs.py
vllm/envs.py
+1
-1
No files found.
vllm/envs.py
View file @
1ec20355
...
@@ -1218,7 +1218,7 @@ environment_variables: dict[str, Callable[[], Any]] = {
...
@@ -1218,7 +1218,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"
:
"VLLM_ALLREDUCE_USE_SYMM_MEM"
:
lambda
:
bool
(
int
(
os
.
getenv
(
"VLLM_ALLREDUCE_USE_SYMM_MEM"
,
"
1
"
))),
lambda
:
bool
(
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"
:
"VLLM_TUNED_CONFIG_FOLDER"
:
...
...
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