forked from mindspore-Ecosystem/mindspore
Fix master nccl and ompi md5
This commit is contained in:
parent
2b585975c1
commit
c8e4ec1c1b
|
@ -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")
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue