[router] update router pypi version (#8628)

This commit is contained in:
Simo Lin
2025-07-31 11:24:12 -07:00
committed by GitHub
parent ae807774f5
commit aee0ef52f5
3 changed files with 3 additions and 66 deletions

View File

@@ -115,7 +115,7 @@ jobs:
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.5
python3 -m pip --no-cache-dir install genai-bench==0.0.1
python3 -m pip --no-cache-dir install --user --force-reinstall genai-bench==0.0.1
- name: Build and install sgl-router
run: |
@@ -253,7 +253,7 @@ jobs:
# Run genai-bench benchmark
echo "Running genai-bench for $policy..."
python3 -m genai-bench benchmark \
genai-bench benchmark \
--api-backend openai \
--api-base "http://127.0.0.9:8000" \
--api-key "dummy-token" \