Revert "[CI] Temporarily lock paddlepaddle-gpu as of 20251112 (#5017)" (#5098)

This reverts commit 91d34c2e35.
This commit is contained in:
YuBaoku
2025-11-18 14:17:09 +08:00
committed by GitHub
parent d5d0602859
commit d0b3bec585
8 changed files with 8 additions and 9 deletions

View File

@@ -155,7 +155,7 @@ jobs:
elif [[ "${PADDLEVERSION}" != "" ]];then
python -m pip install paddlepaddle-gpu==${PADDLEVERSION} -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
else
python -m pip install paddlepaddle-gpu==3.3.0.dev20251112 -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/
fi
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple