"vscode:/vscode.git/clone" did not exist on "cbc2ef55292b2af6ff742095c030e8425124c005"
Unverified Commit ba81acbd authored by Frank Wang's avatar Frank Wang Committed by GitHub
Browse files

[Bugfix] Bump DeepGEMM Version to Fix SMXX Layout Issues (#22606)


Signed-off-by: default avatarfrankwang28 <frank.wbb@hotmail.com>
parent 53c73028
...@@ -432,7 +432,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \ ...@@ -432,7 +432,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
# Install DeepGEMM from source # Install DeepGEMM from source
ARG DEEPGEMM_GIT_REPO="https://github.com/deepseek-ai/DeepGEMM.git" ARG DEEPGEMM_GIT_REPO="https://github.com/deepseek-ai/DeepGEMM.git"
ARG DEEPGEMM_GIT_REF="187656694f7f69e3e7975617a68bc3387680a7e1" ARG DEEPGEMM_GIT_REF="7b6b5563b9d4c1ae07ffbce7f78ad3ac9204827c"
RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH' RUN --mount=type=cache,target=/root/.cache/uv bash - <<'BASH'
. /etc/environment . /etc/environment
CUDA_MAJOR="${CUDA_VERSION%%.*}" CUDA_MAJOR="${CUDA_VERSION%%.*}"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment