From 4c4ffeebe526113cc4b8b79b6e9171c8864bed83 Mon Sep 17 00:00:00 2001 From: Mengqing Cao Date: Mon, 25 Aug 2025 11:35:37 +0800 Subject: [PATCH] [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: https://github.com/vllm-project/vllm/commit/170e8ea9ea95294d1bdc4af4bea73741ea759e22 Signed-off-by: MengqingCao --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2b7da50..249f3ec 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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.