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
871d6b7c
Unverified
Commit
871d6b7c
authored
Jun 11, 2025
by
Lu Fang
Committed by
GitHub
Jun 11, 2025
Browse files
[Misc] Reduce warning message introduced in env_override (#19476)
Signed-off-by:
Lu Fang
<
lufang@fb.com
>
parent
29a38f03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/env_override.py
vllm/env_override.py
+1
-1
No files found.
vllm/env_override.py
View file @
871d6b7c
...
...
@@ -13,7 +13,7 @@ logger = init_logger(__name__)
# that interact with vllm workers.
# they are executed whenever `import vllm` is called.
if
'NCCL_CUMEM_ENABLE'
in
os
.
environ
:
if
os
.
environ
.
get
(
'NCCL_CUMEM_ENABLE'
,
'0'
)
!=
'0'
:
logger
.
warning
(
"NCCL_CUMEM_ENABLE is set to %s, skipping override. "
"This may increase memory overhead with cudagraph+allreduce: "
...
...
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