Skip to content

Commit 65b6ed1

Browse files
authored
Switch to use whl/test
1 parent 096a90d commit 65b6ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/pkg_helpers.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ setup_pip_pytorch_version() {
207207
fi
208208
else
209209
pip_install "torch==$PYTORCH_VERSION$PYTORCH_VERSION_SUFFIX" \
210-
-f https://download.pytorch.org/whl/torch_test.html \
210+
-f https://download.pytorch.org/whl/test/torch_test.html \
211211
-f https://download.pytorch.org/whl/torch_stable.html \
212212
-f https://download.pytorch.org/whl/nightly/torch_nightly.html
213213
fi

0 commit comments

Comments
 (0)