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 @@ -44,8 +44,8 @@ if [[ "${TARGET_DIR}" != "" ]]; then
4444 rm -rf ./tmp
4545 echo " Paddle installed in ${PYTHON_DIST_PATH} ; please add it to your PYTHONPATH."
4646else
47- ${PYTHON_PATH} -m pip uninstall ${PKGCPU_NAME} -y
48- ${PYTHON_PATH} -m pip install --pre paddlepaddle -i https://www.paddlepaddle.org.cn/packages/nightly/cpu/
47+ # ${PYTHON_PATH} -m pip uninstall ${PKGCPU_NAME} -y
48+ # ${PYTHON_PATH} -m pip install --pre paddlepaddle -i https://www.paddlepaddle.org.cn/packages/nightly/cpu/
4949 ${PYTHON_PATH} -m pip uninstall ${PKG_NAME} -y
5050 ${PYTHON_PATH} -m pip install ${PKG_DIR} /${latest_pkg} || exit
5151fi
Original file line number Diff line number Diff line change @@ -558,3 +558,4 @@ test_match_matrix_tensor_op.py
558558test_tensor.py
559559test_rms_norm.py
560560test_api_compatibility.py
561+ test_celu_op.py
You can’t perform that action at this time.
0 commit comments