Skip to content

Commit fdeb9d9

Browse files
committed
fix the main-to-main break by:[Bug] Fix env string 0 same to True #28159
Signed-off-by: leo-pony <[email protected]>
1 parent f773920 commit fdeb9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm_ascend/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from vllm.platforms import Platform, PlatformEnum
2525

2626
# todo: please remove it when solve cuda hard code in vllm
27-
os.environ["VLLM_DISABLE_SHARED_EXPERTS_STREAM"] = "True"
27+
os.environ["VLLM_DISABLE_SHARED_EXPERTS_STREAM"] = "1"
2828

2929
from vllm_ascend.ascend_config import (check_ascend_config, get_ascend_config,
3030
init_ascend_config)

0 commit comments

Comments
 (0)