From 8fda31cafeb5f41c16e87c66d1cbbd7b7ae3245b Mon Sep 17 00:00:00 2001 From: Shanshan Shen <467638484@qq.com> Date: Tue, 4 Mar 2025 14:18:32 +0800 Subject: [PATCH] [Doc] Update Feature Support doc (#234) ### What this PR does / why we need it? Update Feature Support doc. ### Does this PR introduce _any_ user-facing change? no. ### How was this patch tested? no. --------- Signed-off-by: Shanshan Shen <467638484@qq.com> --- docs/source/user_guide/suppoted_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user_guide/suppoted_features.md b/docs/source/user_guide/suppoted_features.md index 0c65a1b..39055b6 100644 --- a/docs/source/user_guide/suppoted_features.md +++ b/docs/source/user_guide/suppoted_features.md @@ -16,6 +16,6 @@ | Multi step scheduler | ✗ | Plan in 2025 Q1 | | Best of | ✅ || | Beam search | ✅ || -| Guided Decoding | ✗ | Plan in 2025 Q1 | +| Guided Decoding | ✅ | Find more details at the [issue](https://github.com/vllm-project/vllm-ascend/issues/177) | | Tensor Parallel | ✅ | Only "mp" supported now | | Pipeline Parallel | ✅ | Only "mp" supported now |