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
9e3be1fa
Unverified
Commit
9e3be1fa
authored
Oct 20, 2025
by
fzyzcjy
Committed by
GitHub
Oct 20, 2025
Browse files
Tiny bump DeepEP version in ARM blackwell (#11810)
parent
a8ba3279
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
docker/Dockerfile
View file @
9e3be1fa
...
...
@@ -102,7 +102,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel html5li
RUN
wget https://developer.download.nvidia.com/compute/redist/nvshmem/3.3.9/source/nvshmem_src_cuda12-all-all-3.3.9.tar.gz
&&
\
if
[
"
$GRACE_BLACKWELL
"
=
"1"
]
;
then
\
git clone https://github.com/fzyzcjy/DeepEP.git
\
&&
cd
DeepEP
&&
git checkout
1b14ad661c7640137fcfe93cccb2694ede1220b0
&&
sed
-i
's/#define NUM_CPU_TIMEOUT_SECS 100/#define NUM_CPU_TIMEOUT_SECS 1000/'
csrc/kernels/configs.cuh
&&
cd
..
;
\
&&
cd
DeepEP
&&
git checkout
2555874d8713ea758671867a50ebc9883552686d
&&
sed
-i
's/#define NUM_CPU_TIMEOUT_SECS 100/#define NUM_CPU_TIMEOUT_SECS 1000/'
csrc/kernels/configs.cuh
&&
cd
..
;
\
else
\
git clone https://github.com/deepseek-ai/DeepEP.git
\
&&
cd
DeepEP
&&
git checkout
${
DEEPEP_COMMIT
}
&&
sed
-i
's/#define NUM_CPU_TIMEOUT_SECS 100/#define NUM_CPU_TIMEOUT_SECS 1000/'
csrc/kernels/configs.cuh
&&
cd
..
;
\
...
...
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