update to latest deepgemm for dsv3.2 (#25871)

Signed-off-by: youkaichao <youkaichao@gmail.com>
This commit is contained in:
youkaichao
2025-09-29 17:51:43 +08:00
committed by GitHub
parent 1b67b04656
commit 9360d34fa1
2 changed files with 2 additions and 2 deletions

View File

@ -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