mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
Lock PaddlePaddle version in run_xpu_ci_pytest.sh (#5964)
Locked PaddlePaddle version to 20260107 due to compatibility issues with the updated xhpc framework.
This commit is contained in:
@@ -74,7 +74,9 @@ python -m pip uninstall fastdeploy-xpu -y
|
||||
|
||||
# 安装PaddlePaddle
|
||||
echo "安装PaddlePaddle..."
|
||||
python -m pip install --pre paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packages/nightly/xpu-p800/
|
||||
# python -m pip install --pre paddlepaddle-xpu -i https://www.paddlepaddle.org.cn/packages/nightly/xpu-p800/
|
||||
# 20260109 由于主框架xhpc版本更新导致报错,暂时锁死paddle版本到20260107
|
||||
python -m pip install https://paddle-whl.bj.bcebos.com/nightly/xpu-p800/paddlepaddle-xpu/paddlepaddle_xpu-3.4.0.dev20260107-cp310-cp310-linux_x86_64.whl
|
||||
|
||||
# ============ 编译项目 ============
|
||||
|
||||
|
||||
Reference in New Issue
Block a user