We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d463fd4 commit 81efd5fCopy full SHA for 81efd5f
.jenkins/build.sh
@@ -26,6 +26,8 @@ sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl t
26
pip3 install torch==2.7.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
27
sudo pip uninstall -y fbgemm-gpu
28
sudo pip3 install --pre fbgemm-gpu --index-url https://download.pytorch.org/whl/nightly/cu126/
29
+pip install tensordict-nightly
30
+pip install torchrl-nightly
31
#sudo pip3 install fbgemm-gpu==1.1.0 torchrec==1.0.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
32
33
0 commit comments