[Doc] add release note for v0.11.0rc3 (#4646)

Add release note for 0.11.0rc3. We'll release it today.

- vLLM version: 86e178f7c4d8c3b0eaf3c8e3f810a83f63b90e24
- vLLM main:
86e178f7c4

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-12-03 11:49:44 +08:00
committed by GitHub
parent 18b90b501d
commit 9a73c22b1c
6 changed files with 23 additions and 5 deletions

View File

@@ -69,10 +69,10 @@ 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.0rc2',
'vllm_ascend_version': 'v0.11.0rc3',
# 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.0rc2",
'pip_vllm_ascend_version': "0.11.0rc3",
'pip_vllm_version': "0.11.0",
# CANN image tag
'cann_image_tag': "8.3.rc2-910b-ubuntu22.04-py3.11",