[CI] Align PaddlePaddle version to latest due to tag change (#5971)

This commit is contained in:
YuBaoku
2026-01-09 17:53:43 +08:00
committed by GitHub
parent bdaabf05a0
commit 3e69022698
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -173,7 +173,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 -i https://www.paddlepaddle.org.cn/packages/stable/cu126/
python -m pip install https://paddle-qa.bj.bcebos.com/paddle-pipeline/Release-GpuAll-LinuxCentos-Gcc11-Cuda126-Cudnn95-Trt105-Py310-Compile/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl
fi
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple