Skip to content

Commit 1804a1b

Browse files
committed
Bump main
Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
1 parent 12bcbd0 commit 1804a1b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: [6d8246aaffff3ebec84767e373212a7b8da328e2, v0.10.2]
85+
vllm_version: [bf8b26cad17f21f142de6c06ee657f01ccb2b816, v0.10.2]
8686
steps:
8787
- name: Install packages
8888
run: |
@@ -140,7 +140,7 @@ jobs:
140140
max-parallel: 2
141141
matrix:
142142
os: [linux-aarch64-a2-1]
143-
vllm_version: [6d8246aaffff3ebec84767e373212a7b8da328e2, v0.10.2]
143+
vllm_version: [bf8b26cad17f21f142de6c06ee657f01ccb2b816, v0.10.2]
144144
name: singlecard e2e test - light
145145
runs-on: ${{ matrix.os }}
146146
container:
@@ -206,7 +206,7 @@ jobs:
206206
max-parallel: 2
207207
matrix:
208208
os: [linux-aarch64-a2-2]
209-
vllm_version: [6d8246aaffff3ebec84767e373212a7b8da328e2, v0.10.2]
209+
vllm_version: [bf8b26cad17f21f142de6c06ee657f01ccb2b816, v0.10.2]
210210
name: multicard e2e test - light
211211
runs-on: ${{ matrix.os }}
212212
container:

.github/workflows/vllm_ascend_test_full.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
max-parallel: 2
7373
matrix:
7474
os: [linux-aarch64-a2-1]
75-
vllm_version: [6d8246aaffff3ebec84767e373212a7b8da328e2, v0.10.2]
75+
vllm_version: [bf8b26cad17f21f142de6c06ee657f01ccb2b816, v0.10.2]
7676
name: singlecard e2e test - full
7777
runs-on: ${{ matrix.os }}
7878
container:
@@ -156,7 +156,7 @@ jobs:
156156
max-parallel: 2
157157
matrix:
158158
os: [linux-aarch64-a2-2]
159-
vllm_version: [6d8246aaffff3ebec84767e373212a7b8da328e2, v0.10.2]
159+
vllm_version: [bf8b26cad17f21f142de6c06ee657f01ccb2b816, v0.10.2]
160160
name: multicard e2e test - full
161161
runs-on: ${{ matrix.os }}
162162
container:

0 commit comments

Comments
 (0)