Skip to content

Commit e152da1

Browse files
committed
add vision and audio?
1 parent 3ee5086 commit e152da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ sudo apt-get install -y pandoc
2121

2222
# Install PyTorch Nightly for test.
2323
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
24+
sudo pip uninstall -y torch torchvision torchaudio
25+
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
2626
pip show torch
2727
fi
2828

0 commit comments

Comments
 (0)