update vllm pin to 12.27 (#5412)

### What this PR does / why we need it?
update vllm pin to 12.27
1、Fix Qwen2-MoE shared_expert_gate
:https://github.com/vllm-project/vllm/pull/31339
### Does this PR introduce _any_ user-facing change?

### How was this patch tested?
vLLM version: release/v0.13.0
vLLM main:
5326c89803
Co-authored-by: leo-pony [nengjunma@outlook.com](nengjunma@outlook.com)

---------

Signed-off-by: ZT-AIA <1028681969@qq.com>
Signed-off-by: leo-pony <nengjunma@outlook.com>
Co-authored-by: leo-pony <nengjunma@outlook.com>
This commit is contained in:
ZT-AIA
2025-12-28 00:19:36 +08:00
committed by GitHub
parent 1b5d5abf86
commit 24328aaf00
5 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ jobs:
lint:
uses: ./.github/workflows/_pre_commit.yml
with:
vllm: 81786c87748b0177111dfdc07af5351d8389baa1
vllm: 5326c89803566a131c928f7fdd2100b75c981a42
changes:
runs-on: linux-aarch64-a2-0
outputs:
@@ -90,7 +90,7 @@ jobs:
SOC_VERSION: ascend910b1
strategy:
matrix:
vllm_version: [81786c87748b0177111dfdc07af5351d8389baa1, v0.13.0]
vllm_version: [5326c89803566a131c928f7fdd2100b75c981a42, v0.13.0]
steps:
- name: Free up disk space
@@ -160,7 +160,7 @@ jobs:
name: e2e-light
strategy:
matrix:
vllm_version: [81786c87748b0177111dfdc07af5351d8389baa1, v0.13.0]
vllm_version: [5326c89803566a131c928f7fdd2100b75c981a42, 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.