Skip to content

Commit 1c11444

Browse files
author
Svetlana Karslioglu
committed
Small fix
1 parent cff152e commit 1c11444

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.jenkins/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +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+
# 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
2831

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

0 commit comments

Comments
 (0)