updated requirments.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
torch
|
2 |
-
transformers>=4.
|
3 |
scikit-learn
|
4 |
pandas
|
5 |
numpy<2
|
|
|
1 |
+
torch>=2.2.0
|
2 |
+
transformers>=4.40.0
|
3 |
scikit-learn
|
4 |
pandas
|
5 |
numpy<2
|