diff --git a/scripts/run_ci_xpu.sh b/scripts/run_ci_xpu.sh index ebb10fc4f..e6fe42dff 100644 --- a/scripts/run_ci_xpu.sh +++ b/scripts/run_ci_xpu.sh @@ -17,8 +17,7 @@ echo "uninstall org" python -m pip uninstall paddlepaddle-xpu -y python -m pip uninstall fastdeploy-xpu -y #python -m pip install paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packages/nightly/xpu-p800/ -#改为使用relase分支的paddle框架安装包 -python -m pip install https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-TagBuild-Training-Linux-Xpu-P800-SelfBuiltPypiUse/latest/paddlepaddle_xpu-0.0.0-cp310-cp310-linux_x86_64.whl +python -m pip install paddlepaddle-xpu==3.2.0 -i https://www.paddlepaddle.org.cn/packages/stable/xpu-p800/ echo "build whl" bash custom_ops/xpu_ops/src/download_dependencies.sh stable export CLANG_PATH=$(pwd)/custom_ops/xpu_ops/src/third_party/xtdk