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 950fe93 commit 38ec528Copy full SHA for 38ec528
vllm_ascend/platform.py
@@ -59,7 +59,7 @@ class NPUPlatform(Platform):
59
simple_compile_backend: str = "eager" # Disable torch.compile()
60
ray_device_key: str = "NPU"
61
# device_control_env_var: str = "ASCEND_RT_VISIBLE_DEVICES"
62
- device_control_env_var: str = ""
+ device_control_env_var: str = "plcaceholder"
63
dispatch_key: str = "PrivateUse1"
64
65
supported_quantization: list[str] = [ASCEND_QUATIZATION_METHOD]
0 commit comments