Skip to content

Commit 8ad564e

Browse files
authored
[Doc] Update DeepSeek v4 support status and rename CANN install guide (vllm-project#12358)
### What this PR does / why we need it? This PR updates the support status of DeepSeek V4-Flash and DeepSeek V4-Pro to experimental (🔵) in the supported models matrix, and renames the "Ascend Environment Setup Guide" link to "CANN Installation" in the installation documentation. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Documentation-only change, no testing required. - vLLM version: v0.24.0 - vLLM main: vllm-project/vllm@85c09e9 --------- Signed-off-by: herizhen <1270637059@qq.com>
1 parent 201120a commit 8ad564e

3 files changed

Lines changed: 8 additions & 10 deletions

File tree

docs/source/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are two installation methods:
2424

2525
## Configure Ascend CANN environment
2626

27-
Before installation, you need to make sure firmware/driver, and CANN are installed correctly, refer to [Ascend Environment Setup Guide](https://www.hiascend.com/cann/download?versionId=735&ids=d806%2Ch0501%2Ch0601%2Ch0702) for more details.
27+
Before installation, you need to make sure firmware/driver, and CANN are installed correctly, refer to [CANN Installation](https://www.hiascend.com/cann/download?versionId=735&ids=d806%2Ch0501%2Ch0601%2Ch0702) for more details.
2828

2929
### Configure hardware environment
3030

@@ -34,7 +34,7 @@ To verify that the Ascend NPU firmware and driver were correctly installed, run:
3434
npu-smi info
3535
```
3636

37-
Refer to [Ascend Environment Setup Guide](https://ascend.github.io/docs/sources/ascend/quick_install.html) for more details.
37+
Refer to [CANN Installation](https://www.hiascend.com/cann/download?versionId=735&ids=d806%2Ch0501%2Ch0601%2Ch0702) for more details.
3838

3939
### Configure software environment
4040

docs/source/locale/zh_CN/LC_MESSAGES/installation.po

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,11 @@ msgstr "## 配置昇腾 CANN 环境"
5353

5454
msgid ""
5555
"Before installation, you need to make sure firmware/driver, and CANN are "
56-
"installed correctly, refer to [Ascend Environment Setup "
57-
"Guide](https://www.hiascend.com/cann/download?versionId=735&ids=d806%2Ch0501%2Ch0601%2Ch0702)"
56+
"installed correctly, refer to [CANN Installation](https://www.hiascend.com/cann/download?versionId=735&ids=d806%2Ch0501%2Ch0601%2Ch0702)"
5857
" for more details."
5958
msgstr ""
6059
"安装前,需确保固件/驱动和 CANN "
61-
"已正确安装,更多详情请参考[昇腾环境搭建指南](https://www.hiascend.com/cann/download?versionId=735&ids=d806%2Ch0501%2Ch0601%2Ch0702)。"
60+
"已正确安装,更多详情请参考[CANN 安装指南](https://www.hiascend.com/cann/download?versionId=735&ids=d806%2Ch0501%2Ch0601%2Ch0702)。"
6261

6362
msgid "### Configure hardware environment"
6463
msgstr "### 配置硬件环境"
@@ -69,11 +68,10 @@ msgid ""
6968
msgstr "要验证昇腾 NPU 固件和驱动是否正确安装,请运行:"
7069

7170
msgid ""
72-
"Refer to [Ascend Environment Setup "
73-
"Guide](https://ascend.github.io/docs/sources/ascend/quick_install.html) for "
71+
"Refer to [CANN Installation](https://www.hiascend.com/cann/download?versionId=735&ids=d806%2Ch0501%2Ch0601%2Ch0702) for "
7472
"more details."
7573
msgstr ""
76-
"更多详情请参考[昇腾环境搭建指南](https://ascend.github.io/docs/sources/ascend/quick_install.html)。"
74+
"更多详情请参考[CANN 安装指南](https://www.hiascend.com/cann/download?versionId=735&ids=d806%2Ch0501%2Ch0601%2Ch0702)。"
7775

7876
msgid "### Configure software environment"
7977
msgstr "### 配置软件环境"

docs/source/user_guide/support_matrix/supported_models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Get the latest info here: <https://github.com/vllm-project/vllm-ascend/issues/16
1717

1818
| Model | Support | Note | BF16 | Supported Hardware | W8A8 | Chunked Prefill | Automatic Prefix Cache | LoRA | Speculative Decoding | Async Scheduling | Tensor Parallel | Pipeline Parallel | Expert Parallel | Data Parallel | Prefill-decode Disaggregation | Piecewise AclGraph | Fullgraph AclGraph | max-model-len | Doc |
1919
| ------------------------------- | ----------- | ---------------------------------------------------------------------- | ------ | -------------------- | ------ | ----------------- | ------------------------ | ------ | ---------------------- | ------------------ | ----------------- | ------------------- | ----------------- | --------------- | ------------------------------- | -------------------- | -------------------- | --------------- | ----- |
20-
| DeepSeek V4-Flash | | || A2/A3 |||| |||| |||| || 1M | [DeepSeek-V4-Flash](../../tutorials/models/DeepSeek-V4-Flash.md) |
21-
| DeepSeek V4-Pro | | || A2/A3 |||| |||| |||| || 1M | [DeepSeek-V4-Pro](../../tutorials/models/DeepSeek-V4-Pro.md) |
20+
| DeepSeek V4-Flash | 🔵 | || A2/A3 |||| |||| |||| || 1M | [DeepSeek-V4-Flash](../../tutorials/models/DeepSeek-V4-Flash.md) |
21+
| DeepSeek V4-Pro | 🔵 | || A2/A3 |||| |||| |||| || 1M | [DeepSeek-V4-Pro](../../tutorials/models/DeepSeek-V4-Pro.md) |
2222
| DeepSeek V3/3.1 || || A2/A3 |||| || |||||||| 240k | [DeepSeek-V3.1](../../tutorials/models/DeepSeek-V3.1.md) |
2323
| DeepSeek V3.2 | 🔵 | || A2/A3 |||||||||||||| 160k | [DeepSeek-V3.2](../../tutorials/models/DeepSeek-V3.2.md) |
2424
| DeepSeek R1 || || A2/A3 |||| || |||||||| 128k | [DeepSeek-R1](../../tutorials/models/DeepSeek-R1.md) |

0 commit comments

Comments
 (0)