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

This commit is contained in:
YuBaoku
2025-11-14 11:55:25 +08:00
committed by GitHub
parent ee1ea43e36
commit 91d34c2e35
8 changed files with 9 additions and 8 deletions

View File

@@ -151,7 +151,7 @@ jobs:
--gpus "\"device=${DEVICES}\"" ${docker_image} /bin/bash -c '
git config --global --add safe.directory /workspace/FastDeploy
cd FastDeploy
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/
python -m pip install ${fd_wheel_url}
bash scripts/run_pre_ce.sh
'