[Main2Main] Upgrade vllm commit to 0106 (#5617)

### What this PR does / why we need it?
Upgrade vllm commit to 0106

- vLLM version: v0.13.0
- vLLM main:
8be6432bda

Signed-off-by: wjunLu <wjunlu217@gmail.com>
This commit is contained in:
wjunLu
2026-01-06 15:50:40 +08:00
committed by GitHub
parent c1dcddce3f
commit b8f245792e
4 changed files with 6 additions and 6 deletions

View File

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