[Doc] update vllm version in ci (#2513)

### What this PR does / why we need it?
update vllm version in ci

- vLLM version: v0.10.0
- vLLM main:
170e8ea9ea

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-08-25 11:35:37 +08:00
committed by GitHub
parent 0767d51dd5
commit 4c4ffeebe5

View File

@@ -77,7 +77,7 @@ myst_substitutions = {
# CANN image tag
'cann_image_tag': "8.2.rc1-910b-ubuntu22.04-py3.11",
# vllm version in ci
'ci_vllm_version': 'v0.10.0',
'ci_vllm_version': 'v0.10.1.1',
}
# Add any paths that contain templates here, relative to this directory.