Skip to content

Commit 71b2bf9

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ pip install -r $DIR/../requirements.txt
2929

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

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

0 commit comments

Comments
 (0)