[Doc] add release note for v0.11.0rc2 (#4348)

add release note for v0.11.0rc2

- vLLM version: v0.11.0
- vLLM main:
2918c1b49c

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-11-21 23:03:32 +08:00
committed by GitHub
parent 3955bf2908
commit fff258bce1
6 changed files with 36 additions and 6 deletions

View File

@@ -69,13 +69,13 @@ myst_substitutions = {
# the branch of vllm-ascend, used in vllm-ascend clone and image tag
# - main branch: 'main'
# - vX.Y.Z branch: latest vllm-ascend release tag
'vllm_ascend_version': 'v0.11.0rc1',
'vllm_ascend_version': 'v0.11.0rc2',
# the newest release version of vllm-ascend and matched vLLM, used in pip install.
# This value should be updated when cut down release.
'pip_vllm_ascend_version': "0.11.0rc1",
'pip_vllm_ascend_version': "0.11.0rc2",
'pip_vllm_version': "0.11.0",
# CANN image tag
'cann_image_tag': "8.3.rc1-910b-ubuntu22.04-py3.11",
'cann_image_tag': "8.3.rc2-910b-ubuntu22.04-py3.11",
# vllm version in ci
'ci_vllm_version': 'v0.11.0',
}