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 4aaf33c commit 3a71025Copy full SHA for 3a71025
.jenkins/build.sh
@@ -33,7 +33,8 @@ pip install -r $DIR/../requirements.txt
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
-pip install torch torchdata torchvision torchaudio torchtext --index-url https://download.pytorch.org/whl/test/cpu
+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
39
# Install two language tokenizers for Translation with TorchText tutorial
40
python -m spacy download en_core_web_sm
0 commit comments