Skip to content

Commit 50c91dd

Browse files
authored
Start pulling 2.10 on main (#3722)
1 parent ebe3e9f commit 50c91dd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ fi
3636

3737
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
3838
# Install 2.5 to merge all 2.4 PRs - uncomment to install nightly binaries (update the version as needed).
39-
# sudo pip uninstall -y fbgemm-gpu torchrec
40-
# sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict
41-
# sudo pip3 install fbgemm-gpu==1.1.0 torchrec==1.0.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
42-
# pip3 install torch==2.7.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
39+
sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata
40+
pip3 install torch==2.10.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu130
4341
# Install two language tokenizers for Translation with TorchText tutorial
4442
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.0/en_core_web_sm-3.4.0-py3-none-any.whl
4543

0 commit comments

Comments
 (0)