Skip to content

Commit d637bda

Browse files
authored
Update .jenkins/build.sh
1 parent 8e5c179 commit d637bda

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.jenkins/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ pip install -r $DIR/../requirements.txt
2929
# pip uninstall -y torch torchvision torchaudio torchtext
3030
# pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu116/torch_test.html torch torchdata torchvision torchaudio torchtext
3131

32-
# Install 2.0 nightly
33-
34-
pip uninstall -y torch torchvision torchaudio torchtext torchdata
35-
#pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu118/torch_test.html torch torchdata torchvision torchaudio torchtext
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
38-
3932
# Install two language tokenizers for Translation with TorchText tutorial
4033
python -m spacy download en_core_web_sm
4134
python -m spacy download de_core_news_sm

0 commit comments

Comments
 (0)