[CI] update vLLM to 0.14.1 (#6222)

Upgrade vLLM to 0.14.1
- vLLM version: v0.14.0
- vLLM main:
d68209402d

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2026-01-25 17:52:16 +08:00
committed by GitHub
parent 384d84c7ef
commit 99bdd7363c
14 changed files with 17 additions and 17 deletions

View File

@@ -75,7 +75,7 @@ jobs:
name: e2e-full
strategy:
matrix:
vllm_version: [d68209402ddab3f54a09bc1f4de9a9495a283b60, v0.14.0]
vllm_version: [d68209402ddab3f54a09bc1f4de9a9495a283b60, v0.14.1]
needs: [changes]
if: ${{ needs.changes.outputs.e2e_tracker == 'true' }}
uses: ./.github/workflows/_e2e_test.yaml