Skip to content

Commit 21b5727

Browse files
authored
[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: vllm-project/vllm@5c4b6e6 Signed-off-by: MengqingCao <[email protected]>
1 parent 7e494e9 commit 21b5727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/accuracy_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
uses: actions/checkout@v4
113113
with:
114114
repository: vllm-project/vllm
115-
ref: v0.10.0
115+
ref: v0.10.1.1
116116
path: ./vllm-empty
117117

118118
- name: Install vllm-project/vllm from source

.github/workflows/nightly_benchmarks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
include:
54-
- vllm_branch: v0.10.0
54+
- vllm_branch: v0.10.1.1
5555
vllm_ascend_branch: main
5656
vllm_use_v1: 1
5757
max-parallel: 1

0 commit comments

Comments
 (0)