提交vllm0.11.0开发分支

This commit is contained in:
chenyili
2025-12-10 17:51:24 +08:00
parent deab7dd0b6
commit 7c22d621fb
175 changed files with 31856 additions and 8683 deletions

View File

@@ -65,17 +65,19 @@ myst_substitutions = {
# the branch of vllm, used in vllm clone
# - main branch: 'main'
# - vX.Y.Z branch: 'vX.Y.Z'
"vllm_version": "0.10.1.1",
"vllm_version": "v0.11.0rc3",
# the branch of vllm-kunlun, used in vllm-kunlun clone and image tag
# - main branch: 'main'
# - vX.Y.Z branch: latest vllm-kunlun release tag
"vllm_kunlun_version": "0.10.1.1",
"vllm_kunlun_version": "v0.11.0rc0",
# the newest release version of vllm-kunlun and matched vLLM, used in pip install.
# This value should be updated when cut down release.
"pip_vllm_kunlun_version": "0.10.1.1",
"pip_vllm_version": "0.10.1.1",
"pip_vllm_kunlun_version": "0.11.0rc0",
"pip_vllm_version": "0.11.0",
# CANN image tag
"cann_image_tag": "8.3.rc1-910b-ubuntu22.04-py3.11",
# vllm version in ci
"ci_vllm_version": "0.10.1.1",
"ci_vllm_version": "v0.11.0",
}
# For cross-file header anchors
@@ -102,6 +104,7 @@ exclude_patterns = [
".venv",
"README.md",
"user_guide/release.template.md",
# TODO(yikun): Remove this after zh supported
"**/*.zh.md",
]
@@ -115,7 +118,7 @@ html_theme = "sphinx_book_theme"
html_logo = "logos/vllm-kunlun-logo-text-light.png"
html_theme_options = {
"path_to_docs": "docs/source",
"repository_url": "https://github.com/baidu/vLLM-Kunlun",
"repository_url": "https://github.com/xxxxx/vllm-kunlun",
"use_repository_button": True,
"use_edit_page_button": True,
}