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 ebae3c0 commit 4aaf33cCopy full SHA for 4aaf33c
.jenkins/build.sh
@@ -31,7 +31,7 @@ pip install -r $DIR/../requirements.txt
31
32
# Install 2.0 nightly
33
34
-pip uninstall -y torch torchvision torchaudio torchtext
+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
37
0 commit comments