Skip to content

Commit 5ee07c7

Browse files
frankwang28BoyuanFeng
authored andcommitted
[Bugfix] Bump DeepGEMM Version to Fix SMXX Layout Issues (vllm-project#22606)
Signed-off-by: frankwang28 <[email protected]> Signed-off-by: Boyuan Feng <[email protected]>
1 parent 3dc3b35 commit 5ee07c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
432432

433433
# Install DeepGEMM from source
434434
ARG DEEPGEMM_GIT_REPO="https://github.com/deepseek-ai/DeepGEMM.git"
435-
ARG DEEPGEMM_GIT_REF="187656694f7f69e3e7975617a68bc3387680a7e1"
435+
ARG DEEPGEMM_GIT_REF="7b6b5563b9d4c1ae07ffbce7f78ad3ac9204827c"
436436
RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
437437
. /etc/environment
438438
CUDA_MAJOR="${CUDA_VERSION%%.*}"

0 commit comments

Comments
 (0)