Skip to content

Commit ecbe0da

Browse files
committed
Merge branch 'release/1.0.0' of https://github.com/PaddlePaddle/Paddle into fix/blas_include_1.0
2 parents 64e5b3e + d9da681 commit ecbe0da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

paddle/fluid/operators/elementwise_op.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class ElementwiseOpMaker : public framework::OpProtoAndCheckerMaker {
8989
AddAttr<bool>("use_mkldnn", "(bool, default false). Used by MKLDNN.")
9090
.SetDefault(false);
9191
AddComment(string::Sprintf(R"DOC(
92-
Limited Elementwise %s Operator
92+
Elementwise %s Operator
9393
9494
The equation is:
9595

paddle/scripts/paddle_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,10 +395,11 @@ EOF
395395
ctest --output-on-failure -j $1
396396
# make install should also be test when unittest
397397
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
399399
if [[ ${WITH_FLUID_ONLY:-OFF} == "OFF" ]] ; then
400400
paddle version
401401
fi
402+
pip uninstall -y paddlepaddle
402403
fi
403404
}
404405

0 commit comments

Comments
 (0)