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 3ee5086 commit e152da1Copy full SHA for e152da1
.jenkins/build.sh
@@ -21,8 +21,8 @@ sudo apt-get install -y pandoc
21
22
# Install PyTorch Nightly for test.
23
if [ "${USE_NIGHTLY:-0}" -eq 1 ]; then
24
- sudo pip uninstall -y torch
25
- pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu130
+ sudo pip uninstall -y torch torchvision torchaudio
+ pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
26
pip show torch
27
fi
28
0 commit comments