fix: update router deps (#9921)
This commit is contained in:
2
.github/workflows/pr-test-pd-router.yml
vendored
2
.github/workflows/pr-test-pd-router.yml
vendored
@@ -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 -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 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 --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
|
- name: Build and install sgl-router
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -48,7 +48,8 @@ FILES_TO_UPDATE = python/sgl_kernel/version.py \
|
|||||||
pyproject.toml \
|
pyproject.toml \
|
||||||
pyproject_rocm.toml \
|
pyproject_rocm.toml \
|
||||||
pyproject_cpu.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>
|
update: ## Update version numbers across project files. Usage: make update <new_version>
|
||||||
@if [ -z "$(filter-out $@,$(MAKECMDGOALS))" ]; then \
|
@if [ -z "$(filter-out $@,$(MAKECMDGOALS))" ]; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user