未验证 提交 3f3f923b 编写于 作者: D danleifeng 提交者: GitHub

fix cmake download program (#45800)

上级 1d393cfb
......@@ -60,8 +60,9 @@ if(WITH_GPU
AND NOT WIN32)
add_custom_target(
download_program
COMMAND wget -nc https://paddle-ci.gz.bcebos.com/new_exec/lm_main_program
COMMAND wget -nc
COMMAND wget -nc --no-check-certificate
https://paddle-ci.gz.bcebos.com/new_exec/lm_main_program
COMMAND wget -nc --no-check-certificate
https://paddle-ci.gz.bcebos.com/new_exec/lm_startup_program)
# all operators used in the program
......
......@@ -52,7 +52,7 @@ if(WITH_TESTING AND NOT WIN32)
add_custom_target(
jit_download_program
COMMAND
wget -nc -q
wget -nc -q --no-check-certificate
https://paddle-ci.gz.bcebos.com/dy2st/multi_program_load_with_property.tar.gz
COMMAND tar zxf multi_program_load_with_property.tar.gz)
set(JIT_DEPS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册