Skip to content

Commit 3c7694f

Browse files
author
Svetlana Karslioglu
authored
Update build.sh
1 parent 5fbf500 commit 3c7694f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +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-
pip install --pre torch torchdata torchvision torchaudio torchtext -f https://download.pytorch.org/whl/test/cu116/torch_test.html
32+
pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu116/torch_test.html torch torchdata torchvision torchaudio torchtext
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)