Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
transformers>=4.30.0
|
3 |
torch>=2.0.0
|
4 |
-
|
|
|
|
|
|
|
|
1 |
+
gradio==4.19.2
|
|
|
2 |
torch>=2.0.0
|
3 |
+
transformers>=4.37.0
|
4 |
+
accelerate>=0.21.0
|
5 |
+
bitsandbytes>=0.41.0
|
6 |
+
scipy>=1.11.0
|