File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ INCLUDE(ExternalProject)
6
6
SET (XPU_PROJECT "extern_xpu" )
7
7
8
8
if (WITH_AARCH64 )
9
- SET (XPU_URL "https://baidu-kunlun-public.su.bcebos.com/paddle_depence/aarch64/xpu_2020_1229 .tar.gz" CACHE STRING "" FORCE )
9
+ SET (XPU_URL "https://baidu-kunlun-public.su.bcebos.com/paddle_depence/aarch64/xpu_2021_01_13 .tar.gz" CACHE STRING "" FORCE )
10
10
elseif (WITH_SUNWAY )
11
- SET (XPU_URL "https://baidu-kunlun-public.su.bcebos.com/paddle_depence/sunway/xpu_2020_1227 .tar.gz" CACHE STRING "" FORCE )
11
+ SET (XPU_URL "https://baidu-kunlun-public.su.bcebos.com/paddle_depence/sunway/xpu_2021_01_13 .tar.gz" CACHE STRING "" FORCE )
12
12
else ()
13
13
SET (XPU_URL "https://baidu-kunlun-public.su.bcebos.com/paddle_depence/xpu_2021_01_13.tar.gz" CACHE STRING "" FORCE )
14
14
endif ()
You can’t perform that action at this time.
0 commit comments