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

This commit is contained in:
YuBaoku
2026-04-20 19:35:34 +08:00
committed by GitHub
parent b79b094dcc
commit c9783a84a6
12 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -201,7 +201,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.5.0.dev20260417 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
python -m pip install ${fd_wheel_url}
bash scripts/run_pre_ce.sh
'