We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9415a commit c7985b5Copy full SHA for c7985b5
tools/ci/check_validate.sh
@@ -29,6 +29,8 @@ function prepare_env() {
29
[ $? -ne 0 ] && LOG "[FATAL] Update pip failed!" && exit -1
30
# install torch
31
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/
34
}
35
36
function check_validation() {
0 commit comments