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
89f1d4f5
Unverified
Commit
89f1d4f5
authored
Aug 12, 2025
by
Yi Zhang
Committed by
GitHub
Aug 11, 2025
Browse files
update deepep commit to support qwen3-coder (#9066)
parent
75e6a7cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile
docker/Dockerfile
+1
-1
scripts/ci/ci_install_deepep.sh
scripts/ci/ci_install_deepep.sh
+1
-1
No files found.
docker/Dockerfile
View file @
89f1d4f5
...
@@ -2,7 +2,7 @@ ARG CUDA_VERSION=12.6.1
...
@@ -2,7 +2,7 @@ ARG CUDA_VERSION=12.6.1
FROM
nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu22.04
FROM
nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu22.04
ARG
BUILD_TYPE=all
ARG
BUILD_TYPE=all
ARG
DEEPEP_COMMIT=b
6ce310bb0b75079682d09bc2ebc063a074fbd58
ARG
DEEPEP_COMMIT=b
92d0d4860ce6866cd6d31bfbae937f9a7a3772b
ARG
CMAKE_BUILD_PARALLEL_LEVEL=2
ARG
CMAKE_BUILD_PARALLEL_LEVEL=2
ENV
DEBIAN_FRONTEND=noninteractive \
ENV
DEBIAN_FRONTEND=noninteractive \
CUDA_HOME=/usr/local/cuda \
CUDA_HOME=/usr/local/cuda \
...
...
scripts/ci/ci_install_deepep.sh
View file @
89f1d4f5
...
@@ -58,7 +58,7 @@ cd build
...
@@ -58,7 +58,7 @@ cd build
make
-j
$(
nproc
)
install
make
-j
$(
nproc
)
install
# Install DeepEP
# Install DeepEP
rm
-rf
/root/.cache/deepep
&&
git clone https://github.com/deepseek-ai/DeepEP.git /root/.cache/deepep
&&
cd
/root/.cache/deepep
&&
git checkout b
6ce310bb0b75079682d09bc2ebc063a074fbd58
rm
-rf
/root/.cache/deepep
&&
git clone https://github.com/deepseek-ai/DeepEP.git /root/.cache/deepep
&&
cd
/root/.cache/deepep
&&
git checkout b
92d0d4860ce6866cd6d31bfbae937f9a7a3772b
cd
/root/.cache/deepep
&&
python3 setup.py
install
cd
/root/.cache/deepep
&&
python3 setup.py
install
# Verify configuration
# Verify configuration
...
...
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