From 2c9f631f3e51a1e6c3378fe7c077223398d74f75 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Wed, 10 Sep 2025 10:04:18 -0700 Subject: [PATCH 1/4] [DO NOT MERGE] 2.9 RC Test --- .jenkins/build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index 0187f6ba84c..25919880e79 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -21,11 +21,11 @@ sudo apt-get install -y pandoc #Install PyTorch Nightly for test. # 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 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 +# Install 2.9 to merge all 2.9 PRs - uncomment to install nightly binaries (update the version as needed). +sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict fbgemm-gpu torchrec +pip3 install torch==2.9.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126 +pip3 install torchrl==0.9.2 tensordict==0.9.2 +# sudo pip3 install fbgemm-gpu==1.2.0 torchrec==1.2.0 --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 81dd0673aea53366ce4eaf73c9fcf1b96457a516 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 12 Sep 2025 11:24:04 -0700 Subject: [PATCH 2/4] 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 25919880e79..4944407d156 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -23,7 +23,7 @@ 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.9 to merge all 2.9 PRs - uncomment to install nightly binaries (update the version as needed). sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict fbgemm-gpu torchrec -pip3 install torch==2.9.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126 +pip3 install torch==2.9.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu130 pip3 install torchrl==0.9.2 tensordict==0.9.2 # sudo pip3 install fbgemm-gpu==1.2.0 torchrec==1.2.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126 # Install two language tokenizers for Translation with TorchText tutorial From 43afc037be71722d76c5bd9b796c12a7d263cae9 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 12 Sep 2025 11:59:49 -0700 Subject: [PATCH 3/4] 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 4944407d156..4ab0f444925 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -24,7 +24,7 @@ sudo apt-get install -y pandoc # Install 2.9 to merge all 2.9 PRs - uncomment to install nightly binaries (update the version as needed). sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict fbgemm-gpu torchrec pip3 install torch==2.9.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu130 -pip3 install torchrl==0.9.2 tensordict==0.9.2 +pip3 install torchrl==0.10.0 tensordict==0.10.0 # sudo pip3 install fbgemm-gpu==1.2.0 torchrec==1.2.0 --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 From 76b5e555838860fb59c1b76520f6b900ff581006 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Fri, 12 Sep 2025 12:50:33 -0700 Subject: [PATCH 4/4] Update build.sh --- .jenkins/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index 4ab0f444925..7db6be36a67 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -22,9 +22,8 @@ sudo apt-get install -y pandoc #Install PyTorch Nightly for test. # Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html # Install 2.9 to merge all 2.9 PRs - uncomment to install nightly binaries (update the version as needed). -sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict fbgemm-gpu torchrec +sudo pip uninstall -y torch torchvision torchaudio torchdata fbgemm-gpu torchrec pip3 install torch==2.9.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu130 -pip3 install torchrl==0.10.0 tensordict==0.10.0 # sudo pip3 install fbgemm-gpu==1.2.0 torchrec==1.2.0 --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