Skip to content

Commit 5c346f2

Browse files
author
Svetlana Karslioglu
committed
Update build.sh
1 parent 71b2bf9 commit 5c346f2

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,11 +25,11 @@ 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
28+
# pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
2929

3030
# Test enabled for PyTorch 1.13 RC Below
3131
pip uninstall -y torch torchvision torchaudio torchtext
32-
pip install --pre -f https://download.pytorch.org/whl/test torch torchvision torchaudio torchtext
32+
pip install --pre torch torchdata torchvision torchaudio torchtext -f https://download.pytorch.org/whl/test/cu116/torch_test.html
3333

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

0 commit comments

Comments
 (0)