From a472428b496bdfdcebaeaef380091e943efa890c Mon Sep 17 00:00:00 2001 From: w00521005 Date: Mon, 23 Jun 2025 14:08:25 +0800 Subject: [PATCH] update feature list --- .../supported_features/features_list/features_list.md | 2 +- .../supported_features/features_list/features_list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vllm_mindspore/docs/source_en/user_guide/supported_features/features_list/features_list.md b/docs/vllm_mindspore/docs/source_en/user_guide/supported_features/features_list/features_list.md index b75f8f133f..8c924687fb 100644 --- a/docs/vllm_mindspore/docs/source_en/user_guide/supported_features/features_list/features_list.md +++ b/docs/vllm_mindspore/docs/source_en/user_guide/supported_features/features_list/features_list.md @@ -19,7 +19,7 @@ The following is the features supported in vLLM MindSpore. | Pipeline Parallel | WIP | WIP | | Expert Parallel | × | √ | | Data Parallel | × | √ | -| Prefill Decode Disaggregation | × | √ | +| Prefill Decode Disaggregation | × | WIP | | Multi Modality | WIP | WIP | | Prompt adapter | × | WIP | | Speculative decoding | × | WIP | diff --git a/docs/vllm_mindspore/docs/source_zh_cn/user_guide/supported_features/features_list/features_list.md b/docs/vllm_mindspore/docs/source_zh_cn/user_guide/supported_features/features_list/features_list.md index c865c14fe7..96294f0d8e 100644 --- a/docs/vllm_mindspore/docs/source_zh_cn/user_guide/supported_features/features_list/features_list.md +++ b/docs/vllm_mindspore/docs/source_zh_cn/user_guide/supported_features/features_list/features_list.md @@ -19,7 +19,7 @@ vLLM MindSpore支持的特性功能与vLLM社区版本保持一致,特性描 | Pipeline Parallel | WIP | WIP | | Expert Parallel | × | √ | | Data Parallel | × | √ | -| Prefill Decode Disaggregation | × | √ | +| Prefill Decode Disaggregation | × | WIP | | Multi Modality | WIP | WIP | | Prompt adapter | × | WIP | | Speculative decoding | × | WIP | -- Gitee