Skip to content

Commit 4e2ad1a

Browse files
authored
Update build.sh
1 parent 791950d commit 4e2ad1a

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
@@ -25,7 +25,7 @@ sudo apt-get install -y pandoc
2525
# sudo pip uninstall -y fbgemm-gpu torchrec
2626
sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict
2727
# sudo pip3 install fbgemm-gpu==1.1.0 torchrec==1.0.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
28-
pip3 install torch==2.8.0 torchvision==2.8.0 torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
28+
pip3 install torch==2.8.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
2929
# Install two language tokenizers for Translation with TorchText tutorial
3030
python -m spacy download en_core_web_sm
3131
python -m spacy download de_core_news_sm

0 commit comments

Comments
 (0)