Skip to content

Commit 4aaf33c

Browse files
author
Svetlana Karslioglu
authored
Update build.sh
1 parent ebae3c0 commit 4aaf33c

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
@@ -31,7 +31,7 @@ pip install -r $DIR/../requirements.txt
3131

3232
# Install 2.0 nightly
3333

34-
pip uninstall -y torch torchvision torchaudio torchtext
34+
pip uninstall -y torch torchvision torchaudio torchtext torchdata
3535
#pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu118/torch_test.html torch torchdata torchvision torchaudio torchtext
3636
pip install torch torchdata torchvision torchaudio torchtext --index-url https://download.pytorch.org/whl/test/cpu
3737

0 commit comments

Comments
 (0)