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