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 7d9ae22 commit fecf3d5Copy full SHA for fecf3d5
vllm_ascend/platform.py
@@ -52,6 +52,7 @@ class NPUPlatform(Platform):
52
simple_compile_backend: str = "npu"
53
ray_device_key: str = "NPU"
54
device_control_env_var: str = "ASCEND_RT_VISIBLE_DEVICES"
55
+ dispatch_key: str = "NPU"
56
57
@classmethod
58
def get_device_capability(cls, device_id: int = 0):
0 commit comments