Skip to content

Commit 6063853

Browse files
authored
[Misc] Upgrade vllm commit hash to 1215 (#5029)
### What this PR does / why we need it? Upgrade vllm commit hash to `4429d934de3c5cc327b0d7aec8e473aeba38db90` - vLLM version: v0.12.0 - vLLM main: vllm-project/vllm@ad32e3e --------- Signed-off-by: wangli <[email protected]>
1 parent 5e0ada5 commit 6063853

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/pr_test_full.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
filters: |
5757
e2e_tracker:
58-
- '.github/workflows/vllm_ascend_test_pr_full.yaml'
58+
- '.github/workflows/pr_test_full.yaml'
5959
- '.github/workflows/_e2e_test.yaml'
6060
- 'vllm_ascend/**'
6161
- 'csrc/**'
@@ -74,7 +74,7 @@ jobs:
7474
name: e2e-full
7575
strategy:
7676
matrix:
77-
vllm_version: [97f2f160fda2805f9149b0e44da76b5d3b1f7c7e, v0.12.0]
77+
vllm_version: [4429d934de3c5cc327b0d7aec8e473aeba38db90, v0.12.0]
7878
needs: [changes]
7979
if: ${{ needs.changes.outputs.e2e_tracker == 'true' }}
8080
uses: ./.github/workflows/_e2e_test.yaml

.github/workflows/pr_test_light.yaml

Lines changed: 4 additions & 4 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: 97f2f160fda2805f9149b0e44da76b5d3b1f7c7e
45+
vllm: 4429d934de3c5cc327b0d7aec8e473aeba38db90
4646
changes:
4747
runs-on: linux-aarch64-a2-0
4848
outputs:
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
filters: |
6262
e2e_tracker:
63-
- '.github/workflows/vllm_ascend_test_pr_full.yaml'
63+
- '.github/workflows/pr_test_light.yaml'
6464
- 'vllm_ascend/**'
6565
- 'csrc/**'
6666
- 'cmake/**'
@@ -90,7 +90,7 @@ jobs:
9090
SOC_VERSION: ascend910b1
9191
strategy:
9292
matrix:
93-
vllm_version: [97f2f160fda2805f9149b0e44da76b5d3b1f7c7e, v0.12.0]
93+
vllm_version: [4429d934de3c5cc327b0d7aec8e473aeba38db90, v0.12.0]
9494

9595
steps:
9696
- name: Free up disk space
@@ -154,7 +154,7 @@ jobs:
154154
name: e2e-light
155155
strategy:
156156
matrix:
157-
vllm_version: [97f2f160fda2805f9149b0e44da76b5d3b1f7c7e, v0.12.0]
157+
vllm_version: [4429d934de3c5cc327b0d7aec8e473aeba38db90, v0.12.0]
158158
# Note (yikun): If CI resource are limited we can split job into two chain jobs
159159
needs: [lint, changes]
160160
# only trigger e2e test after lint passed and the change is e2e related with pull request.

docs/source/community/versioning_policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The table below is the release compatibility matrix for vLLM Ascend release.
4545
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.
4646
| vLLM Ascend | vLLM | Python | Stable CANN | PyTorch/torch_npu |
4747
|-------------|--------------|------------------|-------------|--------------------|
48-
| main | 97f2f160fda2805f9149b0e44da76b5d3b1f7c7e, v0.12.0 tag | >= 3.10, < 3.12 | 8.3.RC2 | 2.8.0 / 2.8.0 |
48+
| main | 4429d934de3c5cc327b0d7aec8e473aeba38db90, v0.12.0 tag | >= 3.10, < 3.12 | 8.3.RC2 | 2.8.0 / 2.8.0 |
4949

5050
## Release cadence
5151

0 commit comments

Comments
 (0)