Skip to content

Commit b9bdf82

Browse files
authored
[XPU] [CI] Xpu ci lock PaddlePaddle Version (#5218)
* 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.
1 parent 5c8c2d4 commit b9bdf82

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/run_ci_xpu.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ echo "uninstall org"
4444
python -m pip uninstall paddlepaddle-xpu -y
4545
python -m pip uninstall fastdeploy-xpu -y
4646

47-
python -m pip install paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packages/nightly/xpu-p800/
48-
47+
# python -m pip install paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packages/nightly/xpu-p800/
48+
# 由于ep并行报错暂时锁死paddle版本
49+
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
4950
echo "build whl"
5051
bash custom_ops/xpu_ops/download_dependencies.sh develop
5152
export CLANG_PATH=$(pwd)/custom_ops/xpu_ops/third_party/xtdk

0 commit comments

Comments
 (0)