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 c0d8387 commit 13572eeCopy full SHA for 13572ee
.jenkins/build.sh
@@ -22,7 +22,7 @@ sudo apt-get install -y pandoc
22
#Install PyTorch Nightly for test.
23
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
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
+#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
0 commit comments