diff --git a/vllm_ascend/platform.py b/vllm_ascend/platform.py index 9ad05c2..65db170 100644 --- a/vllm_ascend/platform.py +++ b/vllm_ascend/platform.py @@ -57,6 +57,7 @@ class NPUPlatform(Platform): simple_compile_backend: str = "npu" ray_device_key: str = "NPU" device_control_env_var: str = "ASCEND_RT_VISIBLE_DEVICES" + dispatch_key: str = "PrivateUse1" supported_quantization: list[str] = ["ascend"]