Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
torch>=2.0.0
|
2 |
-
transformers>=4.30.0
|
3 |
-
gradio>=4.0.0
|
4 |
-
pandas>=1.5.0
|
5 |
-
numpy>=1.24.0
|
6 |
-
scikit-learn>=1.3.0
|
7 |
-
pickle-mixin>=1.0.2
|
|
|
|
1 |
+
torch>=2.0.0
|
2 |
+
transformers>=4.30.0
|
3 |
+
gradio>=4.0.0
|
4 |
+
pandas>=1.5.0
|
5 |
+
numpy>=1.24.0
|
6 |
+
scikit-learn>=1.3.0
|
7 |
+
pickle-mixin>=1.0.2
|
8 |
+
sentencepiece
|