Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch
|
2 |
streamlit
|
3 |
-
transformers
|
|
|
4 |
|
|
|
1 |
torch
|
2 |
streamlit
|
3 |
+
transformers --install-option='--no-cache-dir'
|
4 |
+
sentencepiece --install-option='--no-cache-dir'
|
5 |
|