Skip to content

Commit fecf3d5

Browse files
committed
[Platform] add dispatch key
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 7d9ae22 commit fecf3d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm_ascend/platform.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class NPUPlatform(Platform):
5252
simple_compile_backend: str = "npu"
5353
ray_device_key: str = "NPU"
5454
device_control_env_var: str = "ASCEND_RT_VISIBLE_DEVICES"
55+
dispatch_key: str = "NPU"
5556

5657
@classmethod
5758
def get_device_capability(cls, device_id: int = 0):

0 commit comments

Comments
 (0)