Skip to content

Commit c7985b5

Browse files
committed
Install nightly built paddlepaddle of develop on ci.
1 parent 5e9415a commit c7985b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/ci/check_validate.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ function prepare_env() {
2929
[ $? -ne 0 ] && LOG "[FATAL] Update pip failed!" && exit -1
3030
# install torch
3131
pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cu118
32+
# install paddlepaddle of develop
33+
python -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu118/
3234
}
3335

3436
function check_validation() {

0 commit comments

Comments
 (0)