Bump vLLM version to v0.10.2 (#2914)

### What this PR does / why we need it?
Bump vLLM version to v0.10.2

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
CI passed
- vLLM version: v0.10.2rc3
- vLLM main:
15b8fef453

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
This commit is contained in:
Yikun Jiang
2025-09-14 06:57:59 +08:00
committed by GitHub
parent f97a64ba7f
commit 0747a6e68c
13 changed files with 16 additions and 16 deletions

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.2rc3',
'ci_vllm_version': 'v0.10.2',
}
# Add any paths that contain templates here, relative to this directory.