Spaces:
Sleeping
Sleeping
Commit
·
3c20496
1
Parent(s):
12da3d7
update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
transformers>=4.
|
|
|
2 |
torch>=2.0.0
|
3 |
-
scikit-learn>=1.
|
4 |
-
gradio>=4.
|
5 |
matplotlib==3.10.3
|
6 |
seaborn==0.13.2
|
|
|
1 |
+
transformers>=4.41
|
2 |
+
accelerate>=0.29
|
3 |
torch>=2.0.0
|
4 |
+
scikit-learn>=1.4
|
5 |
+
gradio>=4.26
|
6 |
matplotlib==3.10.3
|
7 |
seaborn==0.13.2
|