Revert "[CI] Temporarily pin paddlepaddle-gpu to 3.5.0.dev20260417 (#7486)"

This reverts commit c9783a84a6.
This commit is contained in:
YuBaoku
2026-04-22 14:12:02 +08:00
committed by GitHub
parent e580cf0fef
commit 41c7df3391
12 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -196,7 +196,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.5.0.dev20260417 -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