From e761ea2a28ea825e8a80f8b01b2b6267696acae5 Mon Sep 17 00:00:00 2001 From: zhangxiaoci Date: Wed, 24 Aug 2022 10:35:13 +0800 Subject: [PATCH] update xccl lib (#45362) * update xccl lib * change user name to pass cla check --- cmake/external/xpu.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/external/xpu.cmake b/cmake/external/xpu.cmake index 08f6be6de11..71c18bb0feb 100644 --- a/cmake/external/xpu.cmake +++ b/cmake/external/xpu.cmake @@ -25,7 +25,7 @@ else() endif() set(XPU_XCCL_BASE_URL - "https://klx-sdk-release-public.su.bcebos.com/xccl/release/1.0.5") + "https://klx-sdk-release-public.su.bcebos.com/xccl/release/1.0.0") if(WITH_AARCH64) set(XPU_XRE_DIR_NAME "xre-kylin_aarch64") -- GitLab