Skip to content

Commit

Permalink
Fix mac libpaddle.so (#56655)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianshuo78520a authored Aug 25, 2023
1 parent 62397cd commit 93cbcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/scripts/paddle_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ EOF
fi
echo "PR whl Size: $PR_whlSize"
echo "ipipe_log_param_PR_whl_Size: $PR_whlSize" >> ${PADDLE_ROOT}/build/build_summary.txt
PR_soSize=$($com ${PADDLE_ROOT}/build/paddle/fluid/pybind/libpaddle.so |awk '{print $1}')
PR_soSize=$($com ${PADDLE_ROOT}/build/python/paddle/fluid/libpaddle.so |awk '{print $1}')
echo "PR so Size: $PR_soSize"
echo "ipipe_log_param_PR_so_Size: $PR_soSize" >> ${PADDLE_ROOT}/build/build_summary.txt
fi
Expand Down

0 comments on commit 93cbcfa

Please sign in to comment.