Skip to content

Commit 38ec528

Browse files
committed
replace the device control env var as placeholder
Signed-off-by: ganyi <pleaplusone.gy@gmail.com>
1 parent 950fe93 commit 38ec528

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
@@ -59,7 +59,7 @@ class NPUPlatform(Platform):
5959
simple_compile_backend: str = "eager" # Disable torch.compile()
6060
ray_device_key: str = "NPU"
6161
# device_control_env_var: str = "ASCEND_RT_VISIBLE_DEVICES"
62-
device_control_env_var: str = ""
62+
device_control_env_var: str = "plcaceholder"
6363
dispatch_key: str = "PrivateUse1"
6464

6565
supported_quantization: list[str] = [ASCEND_QUATIZATION_METHOD]

0 commit comments

Comments
 (0)