[Doc] Add 0.8.4rc2 release note (#705)

Add 0.8.4rc2 release note

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-04-28 21:51:35 +08:00
committed by GitHub
parent 54c0e63df7
commit 5995d23532
4 changed files with 25 additions and 2 deletions

View File

@@ -67,10 +67,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.8.4rc1',
'vllm_ascend_version': 'v0.8.4rc2',
# 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.4rc1",
'pip_vllm_ascend_version': "0.8.4rc2",
'pip_vllm_version': "0.8.4",
# CANN image tag
'cann_image_tag': "8.0.0-910b-ubuntu22.04-py3.10",