Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad9983 commit 43e1026Copy full SHA for 43e1026
1 file changed
.jenkins/build.sh
@@ -26,7 +26,7 @@ pip install -r $DIR/../requirements.txt
26
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
27
# RC Link
28
pip uninstall -y torch torchvision torchaudio torchtext
29
-pip install -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
+pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
30
31
# For Tensorboard. Until 1.14 moves to the release channel.
32
pip install tb-nightly
0 commit comments