Skip to content

Commit 10eefc3

Browse files
authored
Update PyTorch nightly build to pull 2.10-RC (#3693)
1 parent 05681a1 commit 10eefc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sudo apt-get install -y pandoc
2222
# Install PyTorch Nightly for test.
2323
if [ "${USE_NIGHTLY:-0}" -eq 1 ]; then
2424
sudo pip uninstall -y torch torchvision torchaudio
25-
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
25+
pip3 install torch==2.10.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu130
2626
pip show torch
2727
fi
2828

0 commit comments

Comments
 (0)