[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

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