Skip to content

Commit 4fe66e0

Browse files
author
Svetlana Karslioglu
authored
Update build.sh
1 parent d5e2fed commit 4fe66e0

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.jenkins/build.sh

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ pip install -r $DIR/../requirements.txt
2525
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
2626
# RC Link
2727
# pip uninstall -y torch torchvision torchaudio torchtext
28-
# pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
29-
30-
# Test enabled for PyTorch 1.13 RC Below
31-
pip uninstall -y torch torchvision torchaudio torchtext
32-
pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu116/torch_test.html torch torchdata torchvision torchaudio torchtext
28+
# pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
29+
# pip uninstall -y torch torchvision torchaudio torchtext
30+
# pip install -f https://download.pytorch.org/whl/test/cu111/torch_test.html torch torchvision torchaudio torchtext
3331

3432
# Install two language tokenizers for Translation with TorchText tutorial
3533
python -m spacy download en_core_web_sm

0 commit comments

Comments
 (0)