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
70e37b97
Unverified
Commit
70e37b97
authored
Jul 25, 2025
by
Shangming Cai
Committed by
GitHub
Jul 25, 2025
Browse files
chore: upgrade mooncake 0.3.5 (#8341)
Signed-off-by:
Shangming Cai
<
caishangming@linux.alibaba.com
>
parent
15d27591
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
11 deletions
+5
-11
.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
+2
-8
scripts/ci_install_dependency.sh
scripts/ci_install_dependency.sh
+1
-1
No files found.
.github/workflows/pr-test-pd-router.yml
View file @
70e37b97
...
@@ -114,7 +114,7 @@ jobs:
...
@@ -114,7 +114,7 @@ jobs:
run
:
|
run
:
|
echo "Installing SGLang with all extras..."
echo "Installing SGLang with all extras..."
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.
4.post2
python3 -m pip --no-cache-dir install mooncake-transfer-engine==0.3.
5
-
name
:
Build and install sgl-router
-
name
:
Build and install sgl-router
run
:
|
run
:
|
...
...
docker/Dockerfile
View file @
70e37b97
...
@@ -86,7 +86,7 @@ RUN wget https://developer.download.nvidia.com/compute/redist/nvshmem/3.3.9/sour
...
@@ -86,7 +86,7 @@ RUN wget https://developer.download.nvidia.com/compute/redist/nvshmem/3.3.9/sour
# 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.
4.post2
\
mooncake
-
transfer
-
engine
==
0.3.
5
\
pre-commit
\
pre-commit
\
pytest
\
pytest
\
black
\
black
\
...
...
docker/Dockerfile.gb200
View file @
70e37b97
...
@@ -145,14 +145,8 @@ RUN apt update -y \
...
@@ -145,14 +145,8 @@ RUN apt update -y \
&& apt update -y \
&& apt update -y \
&& apt install nsight-systems-cli -y
&& apt install nsight-systems-cli -y
RUN git clone https://github.com/kvcache-ai/Mooncake.git \
# --- Install Mooncake ---
&& cd Mooncake \
RUN pip install mooncake-transfer-engine==0.3.5
&& bash dependencies.sh -y \
&& mkdir build \
&& cd build \
&& cmake .. -DUSE_MNNVL=ON \
&& make -j \
&& make install
# Set up locale
# Set up locale
RUN locale-gen en_US.UTF-8
RUN locale-gen en_US.UTF-8
...
...
scripts/ci_install_dependency.sh
View file @
70e37b97
...
@@ -23,7 +23,7 @@ pip install -e "python[dev]"
...
@@ -23,7 +23,7 @@ pip install -e "python[dev]"
pip list
pip list
# Install additional dependencies
# Install additional dependencies
pip
install
mooncake-transfer-engine
==
0.3.
4.post2
nvidia-cuda-nvrtc-cu12
pip
install
mooncake-transfer-engine
==
0.3.
5
nvidia-cuda-nvrtc-cu12
# For lmms_evals evaluating MMMU
# For lmms_evals evaluating MMMU
git clone
--branch
v0.3.3
--depth
1 https://github.com/EvolvingLMMs-Lab/lmms-eval.git
git clone
--branch
v0.3.3
--depth
1 https://github.com/EvolvingLMMs-Lab/lmms-eval.git
...
...
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