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
0618ad6d
Unverified
Commit
0618ad6d
authored
Oct 02, 2025
by
gongwei-130
Committed by
GitHub
Oct 02, 2025
Browse files
fix: shoudn't include CUDA_ARCH 100 and 120 for cuda12.6.1 (#11176)
parent
6a261aac
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 @
0618ad6d
...
...
@@ -109,7 +109,7 @@ RUN wget https://developer.download.nvidia.com/compute/redist/nvshmem/3.3.9/sour
# Build and install NVSHMEM
RUN
cd
/sgl-workspace/nvshmem
&&
\
export
CUDA_ARCH
=
"90;100;120"
&&
\
if
[
"
$BUILD_TYPE
"
=
"blackwell"
]
||
[
"
$BUILD_TYPE
"
=
"blackwell_aarch"
]
;
then
CUDA_ARCH
=
"90;100;120"
;
else
CUDA_ARCH
=
"90"
;
fi
&&
\
NVSHMEM_SHMEM_SUPPORT
=
0
\
NVSHMEM_UCX_SUPPORT
=
0
\
NVSHMEM_USE_NCCL
=
0
\
...
...
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