Update vllm pin to 12.26 (#5378)

### What this PR does / why we need it?
Update vllm pin to 12.26
### Does this PR introduce _any_ user-facing change?

### How was this patch tested?

- vLLM version: release/v0.13.0
- vLLM main:
81786c8774

---------

Signed-off-by: ZT-AIA <1028681969@qq.com>
Signed-off-by: Mengqing Cao <cmq0113@163.com>
Signed-off-by: ZT-AIA <63220130+ZT-AIA@users.noreply.github.com>
Co-authored-by: Mengqing Cao <cmq0113@163.com>
This commit is contained in:
ZT-AIA
2025-12-26 23:44:48 +08:00
committed by GitHub
parent 8b9ca86827
commit 1d8aa892bf
4 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ jobs:
steps:
- name: Get vLLM version
run: |
VLLM_COMMIT=254f6b986720c92ddf97fbb1a6a6465da8e87e29
VLLM_COMMIT=81786c87748b0177111dfdc07af5351d8389baa1
echo "VLLM_COMMIT=https://github.com/vllm-project/vllm/commit/$VLLM_COMMIT" >> $GITHUB_ENV
- name: Checkout repository

View File

@@ -74,7 +74,7 @@ jobs:
name: e2e-full
strategy:
matrix:
vllm_version: [254f6b986720c92ddf97fbb1a6a6465da8e87e29, v0.13.0]
vllm_version: [81786c87748b0177111dfdc07af5351d8389baa1, v0.13.0]
needs: [changes]
if: ${{ needs.changes.outputs.e2e_tracker == 'true' }}
uses: ./.github/workflows/_e2e_test.yaml

View File

@@ -42,7 +42,7 @@ jobs:
lint:
uses: ./.github/workflows/_pre_commit.yml
with:
vllm: 254f6b986720c92ddf97fbb1a6a6465da8e87e29
vllm: 81786c87748b0177111dfdc07af5351d8389baa1
changes:
runs-on: linux-aarch64-a2-0
outputs:
@@ -90,7 +90,7 @@ jobs:
SOC_VERSION: ascend910b1
strategy:
matrix:
vllm_version: [254f6b986720c92ddf97fbb1a6a6465da8e87e29, v0.13.0]
vllm_version: [81786c87748b0177111dfdc07af5351d8389baa1, v0.13.0]
steps:
- name: Free up disk space
@@ -160,7 +160,7 @@ jobs:
name: e2e-light
strategy:
matrix:
vllm_version: [254f6b986720c92ddf97fbb1a6a6465da8e87e29, v0.13.0]
vllm_version: [81786c87748b0177111dfdc07af5351d8389baa1, v0.13.0]
# Note (yikun): If CI resource are limited we can split job into two chain jobs
needs: [lint, changes]
# only trigger e2e test after lint passed and the change is e2e related with pull request.