[ci] update genai bench to 0.0.3 for pd testing (#16051)

This commit is contained in:
Simo Lin
2025-12-28 23:14:44 -08:00
committed by GitHub
parent 8305dc1718
commit a44d0079f8

View File

@@ -150,7 +150,7 @@ jobs:
python3 -m pip --no-cache-dir install torch==2.9.1 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu128
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.8
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.2
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.3
- name: Build and install sgl-model-gateway
run: |