Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
accelerate
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.1.0
|
| 2 |
+
torchvision>=0.16.0
|
| 3 |
+
transformers>=4.40.0
|
| 4 |
+
peft>=0.10.0
|
| 5 |
+
accelerate>=0.27.0
|
| 6 |
+
bitsandbytes>=0.42.0
|
| 7 |
+
gradio>=4.0.0
|
| 8 |
+
pillow>=10.0.0
|
| 9 |
+
pymupdf>=1.23.0
|
| 10 |
+
spaces>=0.25.0
|