Skip to content

Commit c0de053

Browse files
committed
upgrade hash
Signed-off-by: wangli <[email protected]>
1 parent 5eeb84b commit c0de053

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/format_pr_body.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Get vLLM version
3838
run: |
39-
VLLM_COMMIT=aaddc9c82a6df73f0f93912d3aee987859d28a53
39+
VLLM_COMMIT=af0444bf40b7db2f3fb9fe1508d25ceba24cac87
4040
echo "VLLM_COMMIT=https://github.com/vllm-project/vllm/commit/$VLLM_COMMIT" >> $GITHUB_ENV
4141
4242
- name: Checkout repository

.github/workflows/vllm_ascend_test_pr_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: [aaddc9c82a6df73f0f93912d3aee987859d28a53, v0.12.0]
72+
vllm_version: [af0444bf40b7db2f3fb9fe1508d25ceba24cac87, v0.12.0]
7373
needs: [changes]
7474
if: ${{ needs.changes.outputs.e2e_tracker == 'true' }}
7575
uses: ./.github/workflows/_e2e_test.yaml

.github/workflows/vllm_ascend_test_pr_light.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: aaddc9c82a6df73f0f93912d3aee987859d28a53
45+
vllm: af0444bf40b7db2f3fb9fe1508d25ceba24cac87
4646
changes:
4747
runs-on: ubuntu-latest
4848
outputs:
@@ -85,7 +85,7 @@ jobs:
8585
SOC_VERSION: ascend910b1
8686
strategy:
8787
matrix:
88-
vllm_version: [aaddc9c82a6df73f0f93912d3aee987859d28a53, v0.12.0]
88+
vllm_version: [af0444bf40b7db2f3fb9fe1508d25ceba24cac87, v0.12.0]
8989

9090
steps:
9191
- name: Free up disk space
@@ -152,7 +152,7 @@ jobs:
152152
name: e2e-light
153153
strategy:
154154
matrix:
155-
vllm_version: [aaddc9c82a6df73f0f93912d3aee987859d28a53, v0.12.0]
155+
vllm_version: [af0444bf40b7db2f3fb9fe1508d25ceba24cac87, v0.12.0]
156156
# Note (yikun): If CI resource are limited we can split job into two chain jobs
157157
needs: [lint, changes]
158158
# 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
@@ -44,7 +44,7 @@ The table below is the release compatibility matrix for vLLM Ascend release.
4444
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.
4545
| vLLM Ascend | vLLM | Python | Stable CANN | PyTorch/torch_npu |
4646
|-------------|--------------|------------------|-------------|--------------------|
47-
| main | aaddc9c82a6df73f0f93912d3aee987859d28a53, v0.12.0 tag | >= 3.10, < 3.12 | 8.3.RC2 | 2.8.0 / 2.8.0 |
47+
| main | af0444bf40b7db2f3fb9fe1508d25ceba24cac87, v0.12.0 tag | >= 3.10, < 3.12 | 8.3.RC2 | 2.8.0 / 2.8.0 |
4848

4949
## Release cadence
5050

0 commit comments

Comments
 (0)