[CI] Temporarily lock paddlepaddle-gpu as of 20251118 (#5157)

This commit is contained in:
YuBaoku
2025-11-21 15:07:36 +08:00
committed by GitHub
parent a7740e56c4
commit 2093d35716
7 changed files with 7 additions and 7 deletions

View File

@@ -149,7 +149,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 --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
python -m pip install paddlepaddle-gpu==3.3.0.dev20251118 -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