Skip to content

Commit 394ce78

Browse files
committed
fix script
1 parent 1719c3e commit 394ce78

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

backends/iluvatar_gpu/install_paddle.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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."
4646
else
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
5151
fi

backends/iluvatar_gpu/tests/disabled_test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,3 +558,4 @@ test_match_matrix_tensor_op.py
558558
test_tensor.py
559559
test_rms_norm.py
560560
test_api_compatibility.py
561+
test_celu_op.py

0 commit comments

Comments
 (0)