Use latest PaddlePaddle package (#3347) (#3352)

* Use latest PaddlePaddle package

* fix
This commit is contained in:
YUNSHEN XIE
2025-08-13 11:06:01 +08:00
committed by GitHub
parent 37b76158f9
commit ad816f20f4
4 changed files with 4 additions and 27 deletions

View File

@@ -93,8 +93,7 @@ jobs:
git config --global --add safe.directory /workspace/FastDeploy
cd FastDeploy
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple