We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f76b30d commit f509d8eCopy full SHA for f509d8e
.jenkins/build.sh
@@ -29,7 +29,8 @@ pip install -r $DIR/../requirements.txt
29
30
# Test enabled for PyTorch 1.13 RC Below
31
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
+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
34
35
# Install two language tokenizers for Translation with TorchText tutorial
36
python -m spacy download en_core_web_sm
0 commit comments