Skip to content

Commit 0e443ef

Browse files
authored
Merge branch 'develop' into add_ci_case
2 parents cf825e8 + 90bfa0b commit 0e443ef

File tree

5 files changed

+4
-28
lines changed

5 files changed

+4
-28
lines changed

.github/workflows/_base_test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ jobs:
118118
-v "${CACHE_DIR}/ConfigDir:/root/.config" \
119119
-e TZ="Asia/Shanghai" \
120120
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
121-
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
122-
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
121+
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
123122
124123
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
125124

.github/workflows/_logprob_test_linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ jobs:
111111
-v "${CACHE_DIR}/ConfigDir:/root/.config" \
112112
-e TZ="Asia/Shanghai" \
113113
--gpus '"device='"${DEVICES}"'"' ${docker_image} /bin/bash -xc '
114-
# python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
115-
python -m pip install paddlepaddle-gpu==3.0.0.dev20250729 -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
114+
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu126/
116115
117116
pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
118117

.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)