Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
pip --install-option='
|
2 |
-
torch
|
|
|
|
|
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'
|