Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
-
streamlit
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
+
transformers>=4.30.0
|
| 3 |
torch>=2.0.0
|
| 4 |
+
sentencepiece
|
| 5 |
+
huggingface-hub
|
| 6 |
+
accelerate
|
| 7 |
+
textwrap3>=0.9.2
|
| 8 |
+
|