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
60fc5b51
Unverified
Commit
60fc5b51
authored
Sep 18, 2025
by
Shangming Cai
Committed by
GitHub
Sep 18, 2025
Browse files
chore: upgrade mooncake 0.3.6 (#10596)
Signed-off-by:
Shangming Cai
<
csmthu@gmail.com
>
parent
a13dd1e4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.github/workflows/pr-test-pd-router.yml
.github/workflows/pr-test-pd-router.yml
+1
-1
docker/Dockerfile
docker/Dockerfile
+1
-1
docker/Dockerfile.gb200
docker/Dockerfile.gb200
+1
-1
No files found.
.github/workflows/pr-test-pd-router.yml
View file @
60fc5b51
...
@@ -140,7 +140,7 @@ jobs:
...
@@ -140,7 +140,7 @@ jobs:
python3 -m pip --no-cache-dir install --upgrade pip
python3 -m pip --no-cache-dir install --upgrade pip
python3 -m pip --no-cache-dir install torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu126
python3 -m pip --no-cache-dir install torch==2.8.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu126
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.
6
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
-
name
:
Build and install sgl-router
-
name
:
Build and install sgl-router
...
...
docker/Dockerfile
View file @
60fc5b51
...
@@ -128,7 +128,7 @@ RUN cd /sgl-workspace/DeepEP && \
...
@@ -128,7 +128,7 @@ RUN cd /sgl-workspace/DeepEP && \
# Python tools
# Python tools
RUN
python3
-m
pip
install
--no-cache-dir
\
RUN
python3
-m
pip
install
--no-cache-dir
\
datamodel_code_generator
\
datamodel_code_generator
\
mooncake-transfer-engine
==
0.3.
5
\
mooncake-transfer-engine
==
0.3.
6
\
pre-commit
\
pre-commit
\
pytest
\
pytest
\
black
\
black
\
...
...
docker/Dockerfile.gb200
View file @
60fc5b51
...
@@ -118,7 +118,7 @@ RUN cd /sgl-workspace/DeepEP && \
...
@@ -118,7 +118,7 @@ RUN cd /sgl-workspace/DeepEP && \
# Python tools
# Python tools
RUN python3 -m pip install --no-cache-dir \
RUN python3 -m pip install --no-cache-dir \
datamodel_code_generator \
datamodel_code_generator \
mooncake-transfer-engine==0.3.
5
\
mooncake-transfer-engine==0.3.
6
\
pre-commit \
pre-commit \
pytest \
pytest \
black \
black \
...
...
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