From ac46c4405a42dc4867e03d3bc906a0237680f3d4 Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Thu, 26 Jun 2025 12:32:21 -0400 Subject: [PATCH 1/3] [DO NOT MERGE] 2.8 RC Test --- .jenkins/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index 9162152ff7..26a704fce8 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -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 From 791950d117c98f989b23b952ac6fead390121312 Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:10:15 -0400 Subject: [PATCH 2/3] Update build.sh Adding torchvision 2.8 --- .jenkins/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index 26a704fce8..c2f83af979 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -25,7 +25,7 @@ sudo apt-get install -y pandoc # sudo pip uninstall -y fbgemm-gpu torchrec 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.8.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126 +pip3 install torch==2.8.0 torchvision==2.8.0 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 From 4e2ad1adc3cdf0a6588f48c76f90ec913add6816 Mon Sep 17 00:00:00 2001 From: sekyondaMeta <127536312+sekyondaMeta@users.noreply.github.com> Date: Mon, 30 Jun 2025 13:22:47 -0400 Subject: [PATCH 3/3] Update build.sh --- .jenkins/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index c2f83af979..26a704fce8 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -25,7 +25,7 @@ sudo apt-get install -y pandoc # sudo pip uninstall -y fbgemm-gpu torchrec 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.8.0 torchvision==2.8.0 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