Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 43e1026

Browse files
authored
Update build.sh
1 parent 4ad9983 commit 43e1026

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pip install -r $DIR/../requirements.txt
2626
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
2727
# RC Link
2828
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
29+
pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
3030

3131
# For Tensorboard. Until 1.14 moves to the release channel.
3232
pip install tb-nightly

0 commit comments

Comments
 (0)