We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee8e49 commit 1a24ccdCopy full SHA for 1a24ccd
.github/workflows/vllm_ascend_test.yaml
@@ -82,7 +82,7 @@ jobs:
82
VLLM_USE_MODELSCOPE: True
83
strategy:
84
matrix:
85
- vllm_version: [v0.10.2]
+ vllm_version: [main, v0.10.2]
86
steps:
87
- name: Install packages
88
run: |
@@ -138,7 +138,7 @@ jobs:
138
max-parallel: 2
139
140
os: [linux-aarch64-a2-1]
141
142
name: singlecard e2e test - light
143
runs-on: ${{ matrix.os }}
144
container:
@@ -203,7 +203,7 @@ jobs:
203
204
205
os: [linux-aarch64-a2-2]
206
207
name: multicard e2e test - light
208
209
0 commit comments