"git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "d30585dcc0f9fa89886e6bdc6c947e6924ffc5b3"
Unverified Commit 8766b3ac authored by Yineng Zhang's avatar Yineng Zhang Committed by GitHub
Browse files

fix: update router deps (#9921)

parent 1db649ac
...@@ -119,7 +119,7 @@ jobs: ...@@ -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 \ ...@@ -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 \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment