valencar commited on
Commit
eef076c
·
verified ·
1 Parent(s): 2d7b427

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- pip --install-option='-U'
2
- torch torchvision torchaudio
 
 
3
  streamlit
4
  transformers --install-option='--no-cache-dir'
5
  sentencepiece --install-option='--no-cache-dir'
 
1
+ pip --install-option='--upgrade'
2
+ torch
3
+ torchvision
4
+ torchaudio
5
  streamlit
6
  transformers --install-option='--no-cache-dir'
7
  sentencepiece --install-option='--no-cache-dir'