Skip to content

Commit 00ba071

Browse files
authored
[Doc] Release note for v0.11.0rc0 (#3224)
### What this PR does / why we need it? Add release note for v0.11.0rc0 ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? - vLLM version: v0.11.0rc3 - vLLM main: vllm-project/vllm@releases/v0.11.0 Signed-off-by: wangxiyuan <[email protected]>
1 parent 81bd6e4 commit 00ba071

File tree

8 files changed

+38
-10
lines changed

8 files changed

+38
-10
lines changed

.github/ISSUE_TEMPLATE/900-release-checklist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ body:
2424
value: >
2525
- [ ] Create a new issue for release feedback
2626
27+
- [ ] Upgrade vllm version to the new version for CI and Dockerfile
28+
2729
- [ ] Write the release note PR.
2830
2931
- [ ] Update the feedback issue link in docs/source/faqs.md

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Please use the following recommended versions to get started quickly:
5252

5353
| Version | Release type | Doc |
5454
|------------|--------------|--------------------------------------|
55-
|v0.10.2rc1|Latest release candidate|[QuickStart](https://vllm-ascend.readthedocs.io/en/latest/quick_start.html) and [Installation](https://vllm-ascend.readthedocs.io/en/latest/installation.html) for more details|
55+
|v0.11.0rc0|Latest release candidate|[QuickStart](https://vllm-ascend.readthedocs.io/en/latest/quick_start.html) and [Installation](https://vllm-ascend.readthedocs.io/en/latest/installation.html) for more details|
5656
|v0.9.1|Latest stable version|[QuickStart](https://vllm-ascend.readthedocs.io/en/v0.9.1-dev/quick_start.html) and [Installation](https://vllm-ascend.readthedocs.io/en/v0.9.1-dev/installation.html) for more details|
5757

5858
## Contributing
@@ -73,7 +73,7 @@ Below is maintained branches:
7373

7474
| Branch | Status | Note |
7575
|------------|--------------|--------------------------------------|
76-
| main | Maintained | CI commitment for vLLM main branch and vLLM v0.10.2 tag |
76+
| main | Maintained | CI commitment for vLLM main branch and vLLM v0.11.0 tag |
7777
| v0.7.1-dev | Unmaintained | Only doc fixed is allowed |
7878
| v0.7.3-dev | Maintained | CI commitment for vLLM 0.7.3 version, only bug fix is allowed and no new release tag any more. |
7979
| v0.9.1-dev | Maintained | CI commitment for vLLM 0.9.1 version |

README.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ vLLM 昇腾插件 (`vllm-ascend`) 是一个由社区维护的让vLLM在Ascend NP
5353

5454
| Version | Release type | Doc |
5555
|------------|--------------|--------------------------------------|
56-
|v0.10.2rc1| 最新RC版本 |请查看[快速开始](https://vllm-ascend.readthedocs.io/en/latest/quick_start.html)[安装指南](https://vllm-ascend.readthedocs.io/en/latest/installation.html)了解更多|
56+
|v0.11.0rc0| 最新RC版本 |请查看[快速开始](https://vllm-ascend.readthedocs.io/en/latest/quick_start.html)[安装指南](https://vllm-ascend.readthedocs.io/en/latest/installation.html)了解更多|
5757
|v0.9.1| 最新正式/稳定版本 |[快速开始](https://vllm-ascend.readthedocs.io/en/v0.9.1-dev/quick_start.html) and [安装指南](https://vllm-ascend.readthedocs.io/en/v0.9.1-dev/installation.html)了解更多|
5858

5959
## 贡献
@@ -73,7 +73,7 @@ vllm-ascend有主干分支和开发分支。
7373

7474
| 分支 | 状态 | 备注 |
7575
|------------|------------|---------------------|
76-
| main | Maintained | 基于vLLM main分支CI看护 |
76+
| main | Maintained | 基于vLLM main分支和vLLM最新版本(v0.11.0)CI看护 |
7777
| v0.7.1-dev | Unmaintained | 只允许文档修复 |
7878
| v0.7.3-dev | Maintained | 基于vLLM v0.7.3版本CI看护, 只允许Bug修复,不会再发布新版本 |
7979
| v0.9.1-dev | Maintained | 基于vLLM v0.9.1版本CI看护 |

docs/source/community/versioning_policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Following is the Release Compatibility Matrix for vLLM Ascend Plugin:
2222

2323
| vLLM Ascend | vLLM | Python | Stable CANN | PyTorch/torch_npu | MindIE Turbo |
2424
|-------------|--------------|------------------|-------------|--------------------|--------------|
25+
| v0.11.0rc0 | v0.11.0rc3 | >= 3.9, < 3.12 | 8.2.RC1 | 2.7.1 / 2.7.1.dev20250724 | |
2526
| v0.10.2rc1 | v0.10.2 | >= 3.9, < 3.12 | 8.2.RC1 | 2.7.1 / 2.7.1.dev20250724 | |
2627
| v0.10.1rc1 | v0.10.1/v0.10.1.1 | >= 3.9, < 3.12 | 8.2.RC1 | 2.7.1 / 2.7.1.dev20250724 | |
2728
| v0.10.0rc1 | v0.10.0 | >= 3.9, < 3.12 | 8.2.RC1 | 2.7.1 / 2.7.1.dev20250724 | |
@@ -43,6 +44,7 @@ Following is the Release Compatibility Matrix for vLLM Ascend Plugin:
4344

4445
| Date | Event |
4546
|------------|-------------------------------------------|
47+
| 2025.09.30 | Release candidates, v0.11.0rc0 |
4648
| 2025.09.16 | Release candidates, v0.10.2rc1 |
4749
| 2025.09.04 | Release candidates, v0.10.1rc1 |
4850
| 2025.09.03 | v0.9.1 Final release |

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
# the branch of vllm, used in vllm clone
6666
# - main branch: 'main'
6767
# - vX.Y.Z branch: 'vX.Y.Z'
68-
'vllm_version': 'v0.10.2',
68+
'vllm_version': 'v0.11.0rc3',
6969
# the branch of vllm-ascend, used in vllm-ascend clone and image tag
7070
# - main branch: 'main'
7171
# - vX.Y.Z branch: latest vllm-ascend release tag
72-
'vllm_ascend_version': 'v0.10.2rc1',
72+
'vllm_ascend_version': 'v0.11.0rc0',
7373
# the newest release version of vllm-ascend and matched vLLM, used in pip install.
7474
# This value should be updated when cut down release.
75-
'pip_vllm_ascend_version': "0.10.2rc1",
76-
'pip_vllm_version': "0.10.2",
75+
'pip_vllm_ascend_version': "0.11.0rc0",
76+
'pip_vllm_version': "0.11.0",
7777
# CANN image tag
7878
'cann_image_tag': "8.2.rc1-910b-ubuntu22.04-py3.11",
7979
# vllm version in ci

docs/source/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Version Specific FAQs
44

55
- [[v0.9.1] FAQ & Feedback](https://github.com/vllm-project/vllm-ascend/issues/2643)
6-
- [[v0.10.2rc1] FAQ & Feedback](https://github.com/vllm-project/vllm-ascend/issues/2874)
6+
- [[v0.11.0rc1] FAQ & Feedback](https://github.com/vllm-project/vllm-ascend/issues/3222)
77

88
## General FAQs
99

docs/source/user_guide/release_notes.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Release note
22

3+
## v0.11.0rc0 - 2025.09.30
4+
5+
This is the special release candidate of v0.11.0 for vLLM Ascend. Please follow the [official doc](https://vllm-ascend.readthedocs.io/en/) to get started.
6+
7+
### Highlights
8+
9+
- DeepSeek V3.2 is supported now. [#3270](https://github.com/vllm-project/vllm-ascend/pull/3270)
10+
- Qwen3-vl is supported now. [#3103](https://github.com/vllm-project/vllm-ascend/pull/3103)
11+
12+
### Core
13+
14+
- DeepSeek works with aclgraph now. [#2707](https://github.com/vllm-project/vllm-ascend/pull/2707)
15+
- MTP works with aclgraph now. [#2932](https://github.com/vllm-project/vllm-ascend/pull/2932)
16+
- EPLB is supported now. [#2956](https://github.com/vllm-project/vllm-ascend/pull/2956)
17+
- Mooncacke store kvcache connector is supported now. [#2913](https://github.com/vllm-project/vllm-ascend/pull/2913)
18+
- CPU offload connector is supported now. [#1659](https://github.com/vllm-project/vllm-ascend/pull/1659)
19+
20+
### Other
21+
22+
- Qwen3-next is stable now. [#3007](https://github.com/vllm-project/vllm-ascend/pull/3007)
23+
- Fixed a lot of bugs introduced in v0.10.2 by Qwen3-next. [#2964](https://github.com/vllm-project/vllm-ascend/pull/2964) [#2781](https://github.com/vllm-project/vllm-ascend/pull/2781) [#3070](https://github.com/vllm-project/vllm-ascend/pull/3070) [#3113](https://github.com/vllm-project/vllm-ascend/pull/3113)
24+
- The LoRA feature is back now. [#3044](https://github.com/vllm-project/vllm-ascend/pull/3044)
25+
- Eagle3 spec decode method is back now. [#2949](https://github.com/vllm-project/vllm-ascend/pull/2949)
26+
327
## v0.10.2rc1 - 2025.09.16
428

529
This is the 1st release candidate of v0.10.2 for vLLM Ascend. Please follow the [official doc](https://vllm-ascend.readthedocs.io/en/) to get started.

vllm_ascend/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def check_and_update_config(cls, vllm_config: VllmConfig) -> None:
212212
vllm_config._set_cudagraph_sizes()
213213

214214
# TODO: Full graph is fully supported later, and the default value will be set to full graph.
215-
if not vllm_version_is("v0.10.2"):
215+
if not vllm_version_is("0.10.2"):
216216
if compilation_config.cudagraph_mode == CUDAGraphMode.FULL_AND_PIECEWISE:
217217
compilation_config.cudagraph_mode = CUDAGraphMode.PIECEWISE
218218

0 commit comments

Comments
 (0)