Skip to content

Commit 13572ee

Browse files
committed
Update
1 parent c0d8387 commit 13572ee

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
@@ -22,7 +22,7 @@ sudo apt-get install -y pandoc
2222
#Install PyTorch Nightly for test.
2323
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
2424
# 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
25+
#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

0 commit comments

Comments
 (0)