Spaces:
Sleeping
Sleeping
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0
|
| 2 |
+
transformers>=4.40.0
|
| 3 |
+
accelerate
|
| 4 |
+
peft
|
| 5 |
+
bitsandbytes
|
| 6 |
+
datasets
|
| 7 |
+
huggingface-hub<0.28.0
|
| 8 |
+
gradio>=4.0.0
|
| 9 |
+
Pillow
|