[XPU] [CI] Change Paddle Version to Nightly (#5346)

* Enhance run_ci_xpu.sh with caching and prefill options

* Update model path and configuration in run_ci_xpu.sh

* Add '北朝' keyword to assertion in run_45vl.py

* Enhance process termination logic in run_ci_xpu.sh

* Set timeout for CI_XPU job to 60 minutes

* Remove extra newline in stop_processes function

* Update paddlepaddle-xpu installation command

Comment out the previous paddlepaddle-xpu installation command and replace it with a specific version installation due to EP parallel error.

* Update PaddlePaddle installation command
This commit is contained in:
Jiaxin Sui
2025-12-05 13:01:29 +08:00
committed by GitHub
parent ebe613ccc8
commit b5a7abe624

View File

@@ -74,7 +74,7 @@ python -m pip uninstall fastdeploy-xpu -y
# 安装PaddlePaddle
echo "安装PaddlePaddle..."
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/xpu-p800/paddlepaddle-xpu/paddlepaddle_xpu-3.3.0.dev20251123-cp310-cp310-linux_x86_64.whl
python -m pip install --pre paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packages/nightly/xpu-p800/
# ============ 编译项目 ============