Skip to content

Commit e31a1c8

Browse files
committed
remove fbgemm, torchrec, and torchrl, we can add them back as needed but fbgemm doesnt exist atm
1 parent f2d6cbc commit e31a1c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.jenkins/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ sudo apt-get install -y pandoc
2121

2222
# Install PyTorch Nightly for test.
2323
if [ "${USE_NIGHTLY:-0}" -eq 1 ]; then
24-
sudo pip uninstall -y torch torchvision torchaudio fbgemm-gpu torchrec torchrl
25-
pip install --pre torch torchvision torchaudio fbgemm-gpu torchrec torchrl --index-url https://download.pytorch.org/whl/nightly/cu130
24+
sudo pip uninstall -y torch torchvision torchaudio
25+
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130
2626
pip show torch
2727
fi
2828

0 commit comments

Comments
 (0)