Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
transformers>=4.35.0
|
| 3 |
+
accelerate>=0.24.0
|
| 4 |
+
bitsandbytes>=0.41.0
|
| 5 |
+
datasets>=2.14.0
|
| 6 |
+
gradio>=4.44.0
|
| 7 |
+
huggingface-hub>=0.19.0
|
| 8 |
+
pandas>=1.5.0
|