Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
huggingface_hub
|
2 |
transformers
|
3 |
gradio
|
4 |
huggingface_hub
|
5 |
torch
|
6 |
accelerate
|
7 |
-
bitsandbytes
|
|
|
1 |
+
huggingface_hub>=0.25.2
|
2 |
transformers
|
3 |
gradio
|
4 |
huggingface_hub
|
5 |
torch
|
6 |
accelerate
|
7 |
+
bitsandbytes>=0.45.2 # Or try other recent versions like 0.40.0, 0.41.0
|