Skip to content

Commit 3a71025

Browse files
author
Svetlana Karslioglu
authored
Update build.sh
1 parent 4aaf33c commit 3a71025

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ pip install -r $DIR/../requirements.txt
3333

3434
pip uninstall -y torch torchvision torchaudio torchtext torchdata
3535
#pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu118/torch_test.html torch torchdata torchvision torchaudio torchtext
36-
pip install torch torchdata torchvision torchaudio torchtext --index-url https://download.pytorch.org/whl/test/cpu
36+
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu117
37+
pip3 install torchdata torchtext --index-url https://download.pytorch.org/whl/test/cpu
3738

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

0 commit comments

Comments
 (0)