File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ class ElementwiseOpMaker : public framework::OpProtoAndCheckerMaker {
89
89
AddAttr<bool >(" use_mkldnn" , " (bool, default false). Used by MKLDNN." )
90
90
.SetDefault (false );
91
91
AddComment (string::Sprintf (R"DOC(
92
- Limited Elementwise %s Operator
92
+ Elementwise %s Operator
93
93
94
94
The equation is:
95
95
Original file line number Diff line number Diff line change @@ -395,10 +395,11 @@ EOF
395
395
ctest --output-on-failure -j $1
396
396
# make install should also be test when unittest
397
397
make install -j 8
398
- pip install ${INSTALL_PREFIX:-/ paddle/ build} /opt/paddle/share/wheels/* .whl
398
+ pip install --user ${INSTALL_PREFIX:-/ paddle/ build} /opt/paddle/share/wheels/* .whl
399
399
if [[ ${WITH_FLUID_ONLY:- OFF} == " OFF" ]] ; then
400
400
paddle version
401
401
fi
402
+ pip uninstall -y paddlepaddle
402
403
fi
403
404
}
404
405
You can’t perform that action at this time.
0 commit comments