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
2db6719c
Unverified
Commit
2db6719c
authored
Jul 19, 2025
by
Yineng Zhang
Committed by
GitHub
Jul 19, 2025
Browse files
feat: update nccl 2.27.6 (#8182)
parent
55381a46
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile
docker/Dockerfile
+1
-1
docker/Dockerfile.gb200
docker/Dockerfile.gb200
+1
-1
No files found.
docker/Dockerfile
View file @
2db6719c
...
...
@@ -59,7 +59,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel html5li
esac
\
&&
python3
-m
pip
install
--no-cache-dir
-e
"python[
${
BUILD_TYPE
}
]"
--extra-index-url
https://download.pytorch.org/whl/cu
${
CUINDEX
}
\
&&
if
[
"
$CUDA_VERSION
"
=
"12.8.1"
]
;
then
\
python3
-m
pip
install
--no-cache-dir
nvidia-nccl-cu12
==
2.27.
5
--force-reinstall
--no-deps
;
\
python3
-m
pip
install
--no-cache-dir
nvidia-nccl-cu12
==
2.27.
6
--force-reinstall
--no-deps
;
\
python3
-m
pip
install
--no-cache-dir
https://github.com/sgl-project/whl/releases/download/v0.2.6/sgl_kernel-0.2.6+cu128-cp39-abi3-manylinux2014_x86_64.whl
--force-reinstall
--no-deps
;
\
fi
...
...
docker/Dockerfile.gb200
View file @
2db6719c
...
...
@@ -69,7 +69,7 @@ RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel html5li
esac \
&& python3 -m pip install --no-cache-dir -e "python[${BUILD_TYPE}]" --extra-index-url https://download.pytorch.org/whl/cu${CUINDEX} \
&& if [ "$CUDA_VERSION" = "12.8.1" ]; then \
python3 -m pip install --no-cache-dir nvidia-nccl-cu12==2.27.
5
--force-reinstall --no-deps ; \
python3 -m pip install --no-cache-dir nvidia-nccl-cu12==2.27.
6
--force-reinstall --no-deps ; \
python3 -m pip install --no-cache-dir https://github.com/sgl-project/whl/releases/download/v0.2.4/sgl_kernel-0.2.4+cu128-cp39-abi3-manylinux2014_$(uname -m).whl --force-reinstall --no-deps ; \
fi
...
...
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