We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff152e commit 1c11444Copy full SHA for 1c11444
.jenkins/build.sh
@@ -25,6 +25,9 @@ pip install -r $DIR/../requirements.txt
25
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
26
# RC Link
27
# pip uninstall -y torch torchvision torchaudio torchtext
28
+# pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu102/torch_test.html torch torchvision torchaudio torchtext
29
+# pip uninstall -y torch torchvision torchaudio torchtext
30
+# pip install -f https://download.pytorch.org/whl/test/cu111/torch_test.html torch torchvision torchaudio torchtext
31
32
# Install two language tokenizers for Translation with TorchText tutorial
33
python -m spacy download en_core_web_sm
0 commit comments