Skip to content

Commit f509d8e

Browse files
author
Svetlana Karslioglu
authored
Update build.sh
1 parent f76b30d commit f509d8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.jenkins/build.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ 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/cu116/torch_test.html
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
3334

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

0 commit comments

Comments
 (0)