Skip to content

Commit eed36cb

Browse files
authored
Update .jenkins/build.sh
1 parent bfb17d5 commit eed36cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sudo pip uninstall -y fbgemm-gpu torchrec
2626
sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict
2727
pip3 install torch==2.8.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
2828
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
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
3030

3131

3232
# Install two language tokenizers for Translation with TorchText tutorial

0 commit comments

Comments
 (0)