Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
gradio
|
2 |
-
torch
|
3 |
transformers>=4.37.0
|
4 |
-
accelerate
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
torch>=2.0.0
|
3 |
transformers>=4.37.0
|
4 |
+
accelerate>=0.27.0
|
5 |
+
bitsandbytes>=0.41.0
|