Skip to content

Commit 66a6e4f

Browse files
author
Svetlana Karslioglu
authored
Update build.sh
1 parent ca273ba commit 66a6e4f

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

3434
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
36-
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu117
36+
pip3 install torch torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu117
3737
pip3 install torchdata torchtext --index-url https://download.pytorch.org/whl/test/cpu
3838

3939
# Install two language tokenizers for Translation with TorchText tutorial

0 commit comments

Comments
 (0)