Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
setuptools>=70.0.0
|
2 |
+
torch==2.2.1+cu121 --extra-index-url https://download.pytorch.org/whl/cu121
|
3 |
+
transformers==4.40.0
|
4 |
+
datasets==2.18.0
|
5 |
+
autotrain-advanced==0.8.0
|
6 |
+
accelerate==0.29.0
|
7 |
+
huggingface_hub==0.22.0
|