From 21b5727f9a3cb133645660bb81e906a7b3da8eb6 Mon Sep 17 00:00:00 2001 From: Mengqing Cao Date: Tue, 26 Aug 2025 08:49:49 +0800 Subject: [PATCH] [CI] Upgrade vllm in accuracy and performance CI (#2527) ### What this PR does / why we need it? Upgrade vllm in accuracy and performance CI ### How was this patch tested? CI passed with existing test. - vLLM version: v0.10.1.1 - vLLM main: https://github.com/vllm-project/vllm/commit/5c4b6e66fec0a59f702e32ec5c476cdd8a800566 Signed-off-by: MengqingCao --- .github/workflows/accuracy_test.yaml | 2 +- .github/workflows/nightly_benchmarks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/accuracy_test.yaml b/.github/workflows/accuracy_test.yaml index 044c5dc..28fa553 100644 --- a/.github/workflows/accuracy_test.yaml +++ b/.github/workflows/accuracy_test.yaml @@ -112,7 +112,7 @@ jobs: uses: actions/checkout@v4 with: repository: vllm-project/vllm - ref: v0.10.0 + ref: v0.10.1.1 path: ./vllm-empty - name: Install vllm-project/vllm from source diff --git a/.github/workflows/nightly_benchmarks.yaml b/.github/workflows/nightly_benchmarks.yaml index 8a43481..70af388 100644 --- a/.github/workflows/nightly_benchmarks.yaml +++ b/.github/workflows/nightly_benchmarks.yaml @@ -51,7 +51,7 @@ jobs: strategy: matrix: include: - - vllm_branch: v0.10.0 + - vllm_branch: v0.10.1.1 vllm_ascend_branch: main vllm_use_v1: 1 max-parallel: 1