Skip to content

Commit 8ddc0a1

Browse files
paulyu12paulyu
andauthored
[DOC] mark v1 multi-lora functional (#932)
### What this PR does / why we need it? Update feature support for lora ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? preview Signed-off-by: paulyu <paulyu0307@gmail.com> Co-authored-by: paulyu <paulyu0307@gmail.com>
1 parent 0f53b13 commit 8ddc0a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/user_guide/suppoted_features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can check the [support status of vLLM V1 Engine][v1_user_guide]. Below is th
88
|-------------------------------|----------------|----------------|------------------------------------------------------------------------|
99
| Chunked Prefill | 🚧 WIP | 🟢 Functional | Functional, see detail note: [Chunked Prefill][cp] |
1010
| Automatic Prefix Caching | 🚧 WIP | 🟢 Functional | Functional, see detail note: [vllm-ascend#732][apc] |
11-
| LoRA | 🟢 Functional | 🚧 WIP | [vllm-ascend#396][multilora], CI needed, working on V1 support |
11+
| LoRA | 🟢 Functional | 🟢 Functional | [vllm-ascend#396][multilora], [vllm-ascend#893][v1 multilora] |
1212
| Prompt adapter | 🔴 No plan | 🟡 Planned | Plan in 2025.06.30 |
1313
| Speculative decoding | 🟢 Functional | 🚧 WIP | CI needed; working on V1 support |
1414
| Pooling | 🟢 Functional | 🟡 Planned | CI needed and adapting more models; V1 support rely on vLLM support. |
@@ -43,6 +43,7 @@ You can check the [support status of vLLM V1 Engine][v1_user_guide]. Below is th
4343
[v1_scheduler]: https://github.com/vllm-project/vllm/blob/main/vllm/v1/core/sched/scheduler.py
4444
[v1_rfc]: https://github.com/vllm-project/vllm/issues/8779
4545
[multilora]: https://github.com/vllm-project/vllm-ascend/issues/396
46+
[v1 multilora]: https://github.com/vllm-project/vllm-ascend/pull/893
4647
[graph_mode]: https://github.com/vllm-project/vllm-ascend/issues/767
4748
[apc]: https://github.com/vllm-project/vllm-ascend/issues/732
4849
[cp]: https://docs.vllm.ai/en/stable/performance/optimization.html#chunked-prefill

0 commit comments

Comments
 (0)