Skip to content
Next Next commit
[DO NOT MERGE] 2.8 RC Test
  • Loading branch information
sekyondaMeta authored Jun 26, 2025
commit ac46c4405a42dc4867e03d3bc906a0237680f3d4
4 changes: 2 additions & 2 deletions .jenkins/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ sudo apt-get install -y pandoc
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
# Install 2.5 to merge all 2.4 PRs - uncomment to install nightly binaries (update the version as needed).
# sudo pip uninstall -y fbgemm-gpu torchrec
# sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict
sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict
# sudo pip3 install fbgemm-gpu==1.1.0 torchrec==1.0.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
# pip3 install torch==2.7.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
pip3 install torch==2.8.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
# Install two language tokenizers for Translation with TorchText tutorial
python -m spacy download en_core_web_sm
python -m spacy download de_core_news_sm
Expand Down
Loading