diff --git a/cmake/external_libs/nccl.cmake b/cmake/external_libs/nccl.cmake index d2bc1bca39a..e08813aed3e 100644 --- a/cmake/external_libs/nccl.cmake +++ b/cmake/external_libs/nccl.cmake @@ -1,6 +1,6 @@ if(ENABLE_GITEE) set(REQ_URL "https://gitee.com/mirrors/nccl/repository/archive/v2.7.6-1.tar.gz") - set(MD5 "220d232b30cb9bff2e54219399b9f6fb") + set(MD5 "6884364c2b1cf229f0bdaf94efcb5782") else() set(REQ_URL "https://github.com/NVIDIA/nccl/archive/v2.7.6-1.tar.gz") set(MD5 "073b19899f374c5ba07d2db02dc38f9f") diff --git a/cmake/external_libs/ompi.cmake b/cmake/external_libs/ompi.cmake index 789972afa44..1ed8dfb2a63 100644 --- a/cmake/external_libs/ompi.cmake +++ b/cmake/external_libs/ompi.cmake @@ -1,6 +1,6 @@ if(ENABLE_GITEE) set(REQ_URL "https://gitee.com/mirrors/ompi/repository/archive/v4.0.3.tar.gz") - set(MD5 "77865fe49f85c6294416007c5633a448") + set(MD5 "70f764c26ab6cd99487d58be0cd8c409") else() set(REQ_URL "https://github.com/open-mpi/ompi/archive/v4.0.3.tar.gz") set(MD5 "86cb724e8fe71741ad3be4e7927928a2")