valencar commited on
Commit
c893849
·
verified ·
1 Parent(s): cee429a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
- pip --install-option='--upgrade'
2
- torch --install-option='--index-url https://download.pytorch.org/whl/cu124'
3
  streamlit
4
- transformers --install-option='--no-cache-dir'
5
- sentencepiece --install-option='--no-cache-dir'
 
 
6
 
 
1
+ pip --install-option='--upgrade pip'
 
2
  streamlit
3
+ torch==1.7.0
4
+ transformers==4.0.1
5
+
6
+
7