Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
9360d34f
Unverified
Commit
9360d34f
authored
Sep 29, 2025
by
youkaichao
Committed by
GitHub
Sep 29, 2025
Browse files
update to latest deepgemm for dsv3.2 (#25871)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
1b67b046
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
tools/install_deepgemm.sh
tools/install_deepgemm.sh
+1
-1
No files found.
docker/Dockerfile
View file @
9360d34f
...
...
@@ -456,7 +456,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
ARG
DEEPGEMM_GIT_REF
COPY
tools/install_deepgemm.sh /tmp/install_deepgemm.sh
RUN
--mount
=
type
=
cache,target
=
/root/.cache/uv
\
VLLM_DOCKER_BUILD_CONTEXT
=
1 /tmp/install_deepgemm.sh
--cuda-version
"
${
CUDA_VERSION
}
"
${
DEEPGEMM_GIT_REF
:+--ref
"
$DEEPGEMM_GIT_REF
"
}
VLLM_DOCKER_BUILD_CONTEXT
=
1
TORCH_CUDA_ARCH_LIST
=
"9.0a 10.0a"
/tmp/install_deepgemm.sh
--cuda-version
"
${
CUDA_VERSION
}
"
${
DEEPGEMM_GIT_REF
:+--ref
"
$DEEPGEMM_GIT_REF
"
}
COPY
tools/install_gdrcopy.sh install_gdrcopy.sh
RUN
set
-eux
;
\
...
...
tools/install_deepgemm.sh
View file @
9360d34f
...
...
@@ -6,7 +6,7 @@ set -e
# Default values
DEEPGEMM_GIT_REPO
=
"https://github.com/deepseek-ai/DeepGEMM.git"
DEEPGEMM_GIT_REF
=
"
ea9c5d9270226c5dd7a577c212e9ea385f6ef048
"
DEEPGEMM_GIT_REF
=
"
594953acce41793ae00a1233eb516044d604bcb6
"
# Parse command line arguments
while
[[
$#
-gt
0
]]
;
do
...
...
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