We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e8d19 commit 009ff61Copy full SHA for 009ff61
tools/test_model_benchmark.sh
@@ -24,11 +24,13 @@ function check_whl {
24
25
mkdir -p /tmp/pr && mkdir -p /tmp/develop
26
unzip -q build/python/dist/*.whl -d /tmp/pr
27
+ rm -f build/python/dist/*.whl && rm -f build/python/build/.timestamp
28
29
git checkout .
30
git checkout -b develop_base_pr upstream/$BRANCH
31
+ bash -x paddle/scripts/paddle_build.sh build
32
+ [ $? -ne 0 ] && echo "install paddle failed." && exit 1
33
cd build
- make -j `nproc`
34
unzip -q python/dist/*.whl -d /tmp/develop
35
36
sed -i '/version.py/d' /tmp/pr/*/RECORD
0 commit comments