[ReleaseNote] Add release note for v0.17.0rc1 (#7240)
### What this PR does / why we need it?
This pull request adds the release notes for `v0.17.0rc1`. It also
updates version numbers across various documentation files, including
`README.md`, `README.zh.md`,
`docs/source/community/versioning_policy.md`, and `docs/source/conf.py`
to reflect the new release.
- vLLM version: v0.17.0
- vLLM main:
4034c3d32e
This commit is contained in:
@@ -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.16.0",
|
||||
"vllm_version": "v0.17.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.16.0rc1",
|
||||
"vllm_ascend_version": "v0.17.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.16.0rc1",
|
||||
"pip_vllm_version": "0.16.0",
|
||||
"pip_vllm_ascend_version": "0.17.0rc1",
|
||||
"pip_vllm_version": "0.17.0",
|
||||
# CANN image tag
|
||||
"cann_image_tag": "8.5.1-910b-ubuntu22.04-py3.11",
|
||||
# vllm version in ci
|
||||
|
||||
Reference in New Issue
Block a user