Skip to content

Commit 4be60d9

Browse files
committed
update to releases/v0.11.1
Signed-off-by: 22dimensions <[email protected]>
1 parent a1e41a5 commit 4be60d9

File tree

3 files changed

+5
-5
lines changed

3 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
@@ -42,7 +42,7 @@ jobs:
4242
lint:
4343
uses: ./.github/workflows/pre-commit.yml
4444
with:
45-
vllm: 2918c1b49c88c29783c86f78d2c4221cb9622379
45+
vllm: releases/v0.11.1
4646
changes:
4747
runs-on: ubuntu-latest
4848
outputs:
@@ -83,7 +83,7 @@ jobs:
8383
VLLM_USE_MODELSCOPE: True
8484
strategy:
8585
matrix:
86-
vllm_version: [2918c1b49c88c29783c86f78d2c4221cb9622379, v0.11.0]
86+
vllm_version: [releases/v0.11.1, v0.11.0]
8787
steps:
8888
- name: Install packages
8989
run: |
@@ -138,7 +138,7 @@ jobs:
138138
name: e2e-light
139139
strategy:
140140
matrix:
141-
vllm_version: [2918c1b49c88c29783c86f78d2c4221cb9622379, v0.11.0]
141+
vllm_version: [releases/v0.11.1, v0.11.0]
142142
# Note (yikun): If CI resource are limited we can split job into two chain jobs
143143
needs: [lint, changes]
144144
# only trigger e2e test after lint passed and the change is e2e related with pull request.

.github/workflows/vllm_ascend_test_full.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: e2e-full
7070
strategy:
7171
matrix:
72-
vllm_version: [2918c1b49c88c29783c86f78d2c4221cb9622379, v0.11.0]
72+
vllm_version: [releases/v0.11.1, v0.11.0]
7373
needs: [changes]
7474
if: ${{ needs.changes.outputs.e2e_tracker == 'true' }}
7575
uses: ./.github/workflows/_e2e_test.yaml

docs/source/community/versioning_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The table below is the release compatibility matrix for vLLM Ascend release.
4242
For main branch of vLLM Ascend, we usually make it compatible with the latest vLLM release and a newer commit hash of vLLM. Please note that this table is usually updated. Please check it regularly.
4343
| vLLM Ascend | vLLM | Python | Stable CANN | PyTorch/torch_npu |
4444
|-------------|--------------|------------------|-------------|--------------------|
45-
| main | v0.11.0/2918c1b49c88c29783c86f78d2c4221cb9622379 | >= 3.10, < 3.12 | 8.3.RC1 | 2.7.1 / 2.7.1 |
45+
| main | v0.11.0/releases/v0.11.1 | >= 3.10, < 3.12 | 8.3.RC1 | 2.7.1 / 2.7.1 |
4646

4747
## Release cadence
4848

0 commit comments

Comments
 (0)