Spaces:
Runtime error
Runtime error
santanus24
commited on
Update requirement.txt
Browse files- requirement.txt +1 -1
requirement.txt
CHANGED
@@ -3,7 +3,7 @@ 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
|
|
|
3 |
indicnlp
|
4 |
pandas
|
5 |
numpy
|
6 |
+
torch>=1.7.0
|
7 |
sentencepiece
|
8 |
googletrans==3.1.0a0 # Keep the specific version for consistency
|
9 |
trl>=0.8.3
|