Skip to content

Commit 5bd4509

Browse files
authored
Update build.sh
1 parent 7431f04 commit 5bd4509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ pip install -r $DIR/../requirements.txt
2525
#Install PyTorch Nightly for test.
2626
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
2727
# RC Link
28-
pip uninstall -y torch torchvision torchaudio torchtext
29-
pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
28+
# pip uninstall -y 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)