[Doc] Add 0.9.0rc1 release note (#1106)

Add the release note for v0.9.0rc1

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-06-09 19:39:21 +08:00
committed by GitHub
parent 6b853f15fe
commit 5ac4872f5e
4 changed files with 44 additions and 5 deletions

View File

@@ -64,15 +64,15 @@ myst_substitutions = {
# the branch of vllm, used in vllm clone
# - main branch: 'main'
# - vX.Y.Z branch: 'vX.Y.Z'
'vllm_version': 'v0.8.5.post1',
'vllm_version': 'v0.9.0',
# 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.8.5rc1',
'vllm_ascend_version': 'v0.9.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.8.5rc1",
'pip_vllm_version': "0.8.5.post1",
'pip_vllm_ascend_version': "0.9.0rc1",
'pip_vllm_version': "0.9.0",
# CANN image tag
'cann_image_tag': "8.1.rc1-910b-ubuntu22.04-py3.10",
}