Skip to content

Commit

Permalink
Polish jit layer cmakelists to hide some message (#44351)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x45f committed Jul 18, 2022
1 parent 7a85ced commit 39e5dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paddle/fluid/jit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ if(WITH_TESTING
AND NOT "$ENV{CI_SKIP_CPP_TEST}" STREQUAL "ON")
add_custom_target(
jit_download_program
COMMAND wget -nc
COMMAND wget -nc -q
https://paddle-ci.gz.bcebos.com/dy2st/multi_program_load.tar.gz
COMMAND tar zxvf multi_program_load.tar.gz)
COMMAND tar zxf multi_program_load.tar.gz)
set(JIT_DEPS
phi
elementwise_add_op
Expand Down

0 comments on commit 39e5dd2

Please sign in to comment.