fix: update router deps (#9921)

This commit is contained in:
Yineng Zhang
2025-09-02 03:28:58 -07:00
committed by GitHub
parent 1db649ac02
commit 8766b3aca8
2 changed files with 3 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ jobs:
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 --user --force-reinstall genai-bench==0.0.2
python3 -m pip --no-cache-dir install sgl-kernel==0.3.7.post1
python3 -m pip --no-cache-dir install sgl-kernel==0.3.8
- name: Build and install sgl-router
run: |

View File

@@ -48,7 +48,8 @@ FILES_TO_UPDATE = python/sgl_kernel/version.py \
pyproject.toml \
pyproject_rocm.toml \
pyproject_cpu.toml \
../docker/Dockerfile
../docker/Dockerfile \
../.github/workflows/pr-test-pd-router.yml
update: ## Update version numbers across project files. Usage: make update <new_version>
@if [ -z "$(filter-out $@,$(MAKECMDGOALS))" ]; then \