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 ca273ba commit 66a6e4fCopy full SHA for 66a6e4f
.jenkins/build.sh
@@ -33,7 +33,7 @@ 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
-pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu117
+pip3 install torch torchvision torchaudio --no-cache-dir --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
0 commit comments