mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-04 05:13:05 +08:00
[Misc] Reduce warning message introduced in env_override (#19476)
Signed-off-by: Lu Fang <lufang@fb.com>
This commit is contained in:
parent
29a38f0352
commit
871d6b7c74
@ -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: "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user