Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sudo apt-get install -y pandoc
# Install PyTorch Nightly for test.
if [ "${USE_NIGHTLY:-0}" -eq 1 ]; then
sudo pip uninstall -y torch torchvision torchaudio
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
pip install torch==2.10 torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
pip show torch
fi

Expand Down
Loading