Use latest PaddlePaddle package (#3347)

* Use latest PaddlePaddle package

* fix
This commit is contained in:
YUNSHEN XIE
2025-08-12 16:23:41 +08:00
committed by GitHub
parent ccc7f1beb3
commit 7d0d5a543a
5 changed files with 4 additions and 28 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