Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ huggingface_hub==0.25.2
|
|
2 |
transformers>=4.37.0
|
3 |
torch>=2.1.0
|
4 |
spaces>=0.4.0
|
5 |
-
|
|
|
|
|
|
2 |
transformers>=4.37.0
|
3 |
torch>=2.1.0
|
4 |
spaces>=0.4.0
|
5 |
+
bitsandbytes>=0.41.0
|
6 |
+
accelerate>=0.26.0
|
7 |
+
|