We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fbf500 commit 3c7694fCopy full SHA for 3c7694f
.jenkins/build.sh
@@ -29,7 +29,7 @@ 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
-pip install --pre torch torchdata torchvision torchaudio torchtext -f https://download.pytorch.org/whl/test/cu116/torch_test.html
+pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu116/torch_test.html torch torchdata torchvision torchaudio torchtext
33
34
# Install two language tokenizers for Translation with TorchText tutorial
35
python -m spacy download en_core_web_sm
0 commit comments