Skip to content

Commit 1a24ccd

Browse files
committed
rebase
Signed-off-by: wangli <wangli858794774@gmail.com>
1 parent fee8e49 commit 1a24ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vllm_ascend_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
VLLM_USE_MODELSCOPE: True
8383
strategy:
8484
matrix:
85-
vllm_version: [v0.10.2]
85+
vllm_version: [main, v0.10.2]
8686
steps:
8787
- name: Install packages
8888
run: |
@@ -138,7 +138,7 @@ jobs:
138138
max-parallel: 2
139139
matrix:
140140
os: [linux-aarch64-a2-1]
141-
vllm_version: [v0.10.2]
141+
vllm_version: [main, v0.10.2]
142142
name: singlecard e2e test - light
143143
runs-on: ${{ matrix.os }}
144144
container:
@@ -203,7 +203,7 @@ jobs:
203203
max-parallel: 2
204204
matrix:
205205
os: [linux-aarch64-a2-2]
206-
vllm_version: [v0.10.2]
206+
vllm_version: [main, v0.10.2]
207207
name: multicard e2e test - light
208208
runs-on: ${{ matrix.os }}
209209
container:

0 commit comments

Comments
 (0)