diff --git a/.github/workflows/pr-test-pd-router.yml b/.github/workflows/pr-test-pd-router.yml index 3d34a5d58..aa1b3193d 100644 --- a/.github/workflows/pr-test-pd-router.yml +++ b/.github/workflows/pr-test-pd-router.yml @@ -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: | diff --git a/sgl-kernel/Makefile b/sgl-kernel/Makefile index 382c4e0c4..58e0897dc 100644 --- a/sgl-kernel/Makefile +++ b/sgl-kernel/Makefile @@ -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 @if [ -z "$(filter-out $@,$(MAKECMDGOALS))" ]; then \