Spaces:
Sleeping
Sleeping
abdulmatinomotoso
commited on
Commit
•
61a37b2
1
Parent(s):
a843c60
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
transformers
|
2 |
-
torch
|
3 |
-
pandas
|
4 |
-
numpy
|
5 |
-
sentencepiece
|
6 |
gradio_client==0.1.4
|
|
|
1 |
+
transformers==4.20.1
|
2 |
+
torch==1.12.0
|
3 |
+
pandas==1.5.2
|
4 |
+
numpy==1.23.1
|
5 |
+
sentencepiece==0.1.96
|
6 |
gradio_client==0.1.4
|