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
74cd6e39
Unverified
Commit
74cd6e39
authored
Sep 20, 2025
by
Shangming Cai
Committed by
GitHub
Sep 20, 2025
Browse files
chore: upgrade mooncake 0.3.6.post1 to fix gb200 dockerfile (#10681)
Signed-off-by:
Shangming Cai
<
csmthu@gmail.com
>
parent
b17e67df
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
.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
scripts/ci/ci_install_dependency.sh
scripts/ci/ci_install_dependency.sh
+1
-1
No files found.
.github/workflows/pr-test-pd-router.yml
View file @
74cd6e39
...
@@ -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.6
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.6
.post1
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 @
74cd6e39
...
@@ -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.6
\
mooncake-transfer-engine
==
0.3.6
.post1
\
pre-commit
\
pre-commit
\
pytest
\
pytest
\
black
\
black
\
...
...
docker/Dockerfile.gb200
View file @
74cd6e39
...
@@ -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.6 \
mooncake-transfer-engine==0.3.6
.post1
\
pre-commit \
pre-commit \
pytest \
pytest \
black \
black \
...
...
scripts/ci/ci_install_dependency.sh
View file @
74cd6e39
...
@@ -74,7 +74,7 @@ fi
...
@@ -74,7 +74,7 @@ fi
$PIP_CMD
list
$PIP_CMD
list
# Install additional dependencies
# Install additional dependencies
$PIP_CMD
install
mooncake-transfer-engine
==
0.3.6 nvidia-cuda-nvrtc-cu12 py-spy huggingface_hub[hf_xet]
$PIP_INSTALL_SUFFIX
$PIP_CMD
install
mooncake-transfer-engine
==
0.3.6
.post1
nvidia-cuda-nvrtc-cu12 py-spy huggingface_hub[hf_xet]
$PIP_INSTALL_SUFFIX
if
[
"
$IS_BLACKWELL
"
!=
"1"
]
;
then
if
[
"
$IS_BLACKWELL
"
!=
"1"
]
;
then
# For lmms_evals evaluating MMMU
# For lmms_evals evaluating MMMU
...
...
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