Skip to content

Commit ad816f2

Browse files
authored
Use latest PaddlePaddle package (#3347) (#3352)
* Use latest PaddlePaddle package * fix
1 parent 37b7615 commit ad816f2

File tree

4 files changed

+4
-27
lines changed

4 files changed

+4
-27
lines changed

.github/workflows/_logprob_test_linux.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@ jobs:
100100
-v "${CACHE_DIR}/.cache:/root/.cache" \
101101
-v "${CACHE_DIR}/ConfigDir:/root/.config" \
102102
-e TZ="Asia/Shanghai" \
103-
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -c '
104-
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
105-
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
103+
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
104+
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
106105
107106
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
108107

.github/workflows/_pre_ce_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ jobs:
9797
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -c '
9898
git config --global --add safe.directory /workspace/FastDeploy
9999
cd FastDeploy
100-
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
101-
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
100+
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
102101
python -m pip install ${fd_wheel_url}
103102
bash scripts/run_pre_ce.sh
104103
'

.github/workflows/_unit_test_coverage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ jobs:
9393
9494
git config --global --add safe.directory /workspace/FastDeploy
9595
cd FastDeploy
96-
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
97-
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
96+
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
9897
9998
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
10099

.github/workflows/ci.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)