We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251bfe5 commit 20ee808Copy full SHA for 20ee808
.jenkins/build.sh
@@ -24,7 +24,7 @@ sudo apt-get install -y pandoc
24
# Install 2.5 to merge all 2.4 PRs - uncomment to install nightly binaries (update the version as needed).
25
sudo pip uninstall -y fbgemm-gpu torchrec
26
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
+sudo pip3 install fbgemm-gpu==1.2.0 torchrec==1.2.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
28
pip3 install torch==2.8.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
29
pip3 install torchrl==0.9.1 tensordict==0.9.1
30
0 commit comments