[Cherry-Pick][CI] Temporarily lock paddlepaddle-gpu as of 20251112(#5017) (#5022)

* [CI] update ernie-4_5-vl baseline (#4495)

* [CI] update ernie-4_5-vl baseline

* [CI] Temporarily lock paddlepaddle

* [CI] Temporarily lock paddlepaddle
This commit is contained in:
YuBaoku
2025-11-14 17:28:36 +08:00
committed by GitHub
parent 3da9f01e19
commit 59eeb9e049
7 changed files with 7 additions and 7 deletions

View File

@@ -143,7 +143,7 @@ jobs:
-v "${CACHE_DIR}/ConfigDir:/root/.config" \
-e TZ="Asia/Shanghai" \
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
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.dev20251112 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple