[Doc] add release note for v0.14.0rc1 (#6225)

Add release note for v0.14.0rc1

- vLLM version: v0.14.0
- vLLM main:
d68209402d

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2026-01-26 14:22:40 +08:00
committed by GitHub
parent 1f26f83e34
commit 52d4acfa51
6 changed files with 62 additions and 8 deletions

View File

@@ -65,15 +65,15 @@ myst_substitutions = {
# the branch of vllm, used in vllm clone
# - main branch: 'main'
# - vX.Y.Z branch: 'vX.Y.Z'
"vllm_version": "v0.13.0",
"vllm_version": "v0.14.1",
# 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.13.0rc1",
"vllm_ascend_version": "v0.14.0rc1",
# 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.13.0rc1",
"pip_vllm_version": "0.13.0",
"pip_vllm_ascend_version": "0.14.0rc1",
"pip_vllm_version": "0.14.1",
# CANN image tag
"cann_image_tag": "8.5.0-910b-ubuntu22.04-py3.11",
# vllm version in ci