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 53c7302 commit ba81acbCopy full SHA for ba81acb
docker/Dockerfile
@@ -432,7 +432,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
432
433
# Install DeepGEMM from source
434
ARG DEEPGEMM_GIT_REPO="https://github.com/deepseek-ai/DeepGEMM.git"
435
-ARG DEEPGEMM_GIT_REF="187656694f7f69e3e7975617a68bc3387680a7e1"
+ARG DEEPGEMM_GIT_REF="7b6b5563b9d4c1ae07ffbce7f78ad3ac9204827c"
436
RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
437
. /etc/environment
438
CUDA_MAJOR="${CUDA_VERSION%%.*}"
0 commit comments