We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd8595 commit c508d21Copy full SHA for c508d21
docker/Dockerfile
@@ -437,7 +437,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
437
438
# Install DeepGEMM from source
439
ARG DEEPGEMM_GIT_REPO="https://github.com/deepseek-ai/DeepGEMM.git"
440
-ARG DEEPGEMM_GIT_REF="187656694f7f69e3e7975617a68bc3387680a7e1"
+ARG DEEPGEMM_GIT_REF="7b6b5563b9d4c1ae07ffbce7f78ad3ac9204827c"
441
RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
442
. /etc/environment
443
CUDA_MAJOR="${CUDA_VERSION%%.*}"
0 commit comments