Skip to content

Commit e2de89c

Browse files
notest;benchmark-cpu
1 parent 6b4d83e commit e2de89c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/test_ci_model_benchmark.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ function check_whl {
2929

3030
git checkout .
3131
git checkout -b develop_base_pr upstream/$BRANCH
32-
cd build
33-
make -j `nproc`
32+
bash -x paddle/scripts/paddle_build.sh build
33+
#make -j `nproc`
3434
[ $? -ne 0 ] && echo "install paddle failed." && exit 1
35+
cd build
3536
unzip -q python/dist/*.whl -d /tmp/develop
3637

3738
sed -i '/version.py/d' /tmp/pr/*/RECORD

0 commit comments

Comments
 (0)