From a5103eb198045ed40792b6a0e22976793dcfefd2 Mon Sep 17 00:00:00 2001 From: plusNew001 <95567040+plusNew001@users.noreply.github.com> Date: Wed, 12 Nov 2025 10:29:16 +0800 Subject: [PATCH] [CI][XPU] Change Paddle Version to Nightly (#4973) * Update health check endpoint to use port variable * Update scripts/run_ci_xpu.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update scripts/run_ci_xpu.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update scripts/run_ci_xpu.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update installation method for paddlepaddle-xpu Revert to installing paddlepaddle-xpu from the official repository. --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- scripts/run_ci_xpu.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/run_ci_xpu.sh b/scripts/run_ci_xpu.sh index 951f51117..268f92bd2 100644 --- a/scripts/run_ci_xpu.sh +++ b/scripts/run_ci_xpu.sh @@ -38,10 +38,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/ -#由于主框架更新 暂时锁死版本 -export data=20251109 -python -m pip install https://paddle-whl.bj.bcebos.com/nightly/xpu-p800/paddlepaddle-xpu/paddlepaddle_xpu-3.3.0.dev${data}-cp310-cp310-linux_x86_64.whl +python -m pip install paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packages/nightly/xpu-p800/ echo "build whl" bash custom_ops/xpu_ops/download_dependencies.sh develop