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 bfb17d5 commit eed36cbCopy full SHA for eed36cb
.jenkins/build.sh
@@ -26,7 +26,7 @@ sudo pip uninstall -y fbgemm-gpu torchrec
26
sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict
27
pip3 install torch==2.8.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
28
pip3 install torchrl==0.9.1 tensordict==0.9.1
29
-sudo pip3 install fbgemm-gpu==1.2.0 torchrec==1.2.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
+# sudo pip3 install fbgemm-gpu==1.2.0 torchrec==1.2.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
30
31
32
# Install two language tokenizers for Translation with TorchText tutorial
0 commit comments