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 c5951f8 commit 30ed610Copy full SHA for 30ed610
tools/ci/check_validate.sh
@@ -26,6 +26,7 @@ function prepare_env() {
26
env http_proxy="" https_proxy="" pip install -U pip > /dev/null
27
[ $? -ne 0 ] && LOG "[FATAL] Update pip failed!" && exit -1
28
# install torch
29
+ pip install torch==2.7.0 --index-url https://download.pytorch.org/whl/cu118
30
}
31
32
function check_validation() {
0 commit comments