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 5ada2e0 commit 27593eaCopy full SHA for 27593ea
.jenkins/build.sh
@@ -26,6 +26,7 @@ sudo apt-get install -y pandoc
26
sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict
27
# sudo pip3 install fbgemm-gpu==1.1.0 torchrec==1.0.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
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
# Install two language tokenizers for Translation with TorchText tutorial
31
python -m spacy download en_core_web_sm
32
python -m spacy download de_core_news_sm
0 commit comments