Commit ·
ab14d10
1
Parent(s): e169c4c
add bitsandbytes to reqs
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -2,5 +2,6 @@ gradio>=4.0.0
|
|
| 2 |
transformers>=5.0.0
|
| 3 |
torch>=2.0.0
|
| 4 |
accelerate>=0.26.0
|
|
|
|
| 5 |
huggingface_hub>=0.20.0
|
| 6 |
python-dotenv
|
|
|
|
| 2 |
transformers>=5.0.0
|
| 3 |
torch>=2.0.0
|
| 4 |
accelerate>=0.26.0
|
| 5 |
+
bitsandbytes>=0.46.1
|
| 6 |
huggingface_hub>=0.20.0
|
| 7 |
python-dotenv
|