Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
8766b3ac
"git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "d30585dcc0f9fa89886e6bdc6c947e6924ffc5b3"
Unverified
Commit
8766b3ac
authored
Sep 02, 2025
by
Yineng Zhang
Committed by
GitHub
Sep 02, 2025
Browse files
fix: update router deps (#9921)
parent
1db649ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.github/workflows/pr-test-pd-router.yml
.github/workflows/pr-test-pd-router.yml
+1
-1
sgl-kernel/Makefile
sgl-kernel/Makefile
+2
-1
No files found.
.github/workflows/pr-test-pd-router.yml
View file @
8766b3ac
...
@@ -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
:
|
...
...
sgl-kernel/Makefile
View file @
8766b3ac
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment