Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
accelerate==0.
|
| 2 |
-
bitsandbytes==0.
|
| 3 |
gradio==3.34.0
|
| 4 |
huggingface-hub==0.15.1
|
| 5 |
Pillow==9.5.0
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
| 1 |
+
accelerate==0.20.3
|
| 2 |
+
bitsandbytes==0.39.0
|
| 3 |
gradio==3.34.0
|
| 4 |
huggingface-hub==0.15.1
|
| 5 |
Pillow==9.5.0
|
| 6 |
+
scipy==1.10.1
|
| 7 |
+
torch==2.0.1
|
| 8 |
+
torchvision==0.15.2
|
| 9 |
+
transformers==4.30.2
|