Spaces:
Runtime error
Runtime error
Update requirement.txt
Browse files- requirement.txt +8 -4
requirement.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
-
transformers
|
|
|
|
|
|
|
|
|
2 |
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
1 |
+
transformers>=4.39.0
|
2 |
+
nltk
|
3 |
+
indicnlp
|
4 |
+
pandas
|
5 |
+
numpy
|
6 |
torch
|
7 |
+
sentencepiece
|
8 |
+
googletrans==3.1.0a0 # Keep the specific version for consistency
|
9 |
+
trl>=0.8.3
|