Feature Support#
The feature support principle of vLLM Ascend is: aligned with the vLLM. We are also actively collaborating with the community to accelerate support.
You can check the support status of vLLM V1 Engine. Below is the feature support status of vLLM Ascend:
Feature |
Status |
Next Step |
|---|---|---|
Chunked Prefill |
π’ Functional |
Functional, see detail note: Chunked Prefill |
Automatic Prefix Caching |
π’ Functional |
Functional, see detail note: vllm-ascend#732 |
LoRA |
π’ Functional |
|
Speculative decoding |
π’ Functional |
Basic support |
Pooling |
π‘ Planned |
v0.9.1 doesnβt support pooling. Use higher version instead |
Enc-dec |
π‘ Planned |
vLLM should support this feature first. |
Multi Modality |
π’ Functional |
Tutorial, optimizing and adapting more models |
LogProbs |
π’ Functional |
CI needed |
Prompt logProbs |
π’ Functional |
CI needed |
Async output |
π’ Functional |
CI needed |
Beam search |
π’ Functional |
CI needed |
Guided Decoding |
π’ Functional |
|
Tensor Parallel |
π’ Functional |
Make TP >4 work with graph mode |
Pipeline Parallel |
π’ Functional |
Write official guide and tutorial. |
Expert Parallel |
π’ Functional |
Dynamic EPLB support. |
Data Parallel |
π’ Functional |
Data Parallel support for Qwen3 MoE. |
Prefill Decode Disaggregation |
π’ Functional |
xPyD works on v1 engine |
Quantization |
π’ Functional |
W8A8 available; working on more quantization method support(W4A8, etc) |
Graph Mode |
π΅ Experimental |
Experimental, see detail note: vllm-ascend#767 |
Sleep Mode |
π’ Functional |
π’ Functional: Fully operational, with ongoing optimizations.
π΅ Experimental: Experimental support, interfaces and functions may change.
π§ WIP: Under active development, will be supported soon.
π‘ Planned: Scheduled for future implementation (some may have open PRs/RFCs).
π΄ NO plan / Deprecated: No plan or deprecated by vLLM.