We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f773920 commit fdeb9d9Copy full SHA for fdeb9d9
vllm_ascend/platform.py
@@ -24,7 +24,7 @@
24
from vllm.platforms import Platform, PlatformEnum
25
26
# todo: please remove it when solve cuda hard code in vllm
27
-os.environ["VLLM_DISABLE_SHARED_EXPERTS_STREAM"] = "True"
+os.environ["VLLM_DISABLE_SHARED_EXPERTS_STREAM"] = "1"
28
29
from vllm_ascend.ascend_config import (check_ascend_config, get_ascend_config,
30
init_ascend_config)
0 commit comments