Skip to content

Commit 20ee808

Browse files
authored
Update .jenkins/build.sh
1 parent 251bfe5 commit 20ee808

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
@@ -24,7 +24,7 @@ sudo apt-get install -y pandoc
2424
# Install 2.5 to merge all 2.4 PRs - uncomment to install nightly binaries (update the version as needed).
2525
sudo pip uninstall -y fbgemm-gpu torchrec
2626
sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict
27-
sudo pip3 install torchrec==1.2.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
27+
sudo pip3 install fbgemm-gpu==1.2.0 torchrec==1.2.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
2828
pip3 install torch==2.8.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
2929
pip3 install torchrl==0.9.1 tensordict==0.9.1
3030

0 commit comments

Comments
 (0)