[CI][Router] Fix bench_one_batch_server for pd router test (#7731)

Signed-off-by: Shangming Cai <caishangming@linux.alibaba.com>
This commit is contained in:
Shangming Cai
2025-07-03 14:18:24 +08:00
committed by GitHub
parent 84f2e4a0f8
commit 2ff572e28c
2 changed files with 6 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ jobs:
run: |
echo "Installing SGLang with all extras..."
python3 -m pip --no-cache-dir install -e "python[all]" --break-system-packages
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.4.post1
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.4.post2
- name: Build and install sgl-router
run: |