Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesДобавил bitsandbytes для 8-bit квантования
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ transformers
|
|
2 |
peft
|
3 |
huggingface_hub
|
4 |
gradio
|
5 |
-
torch
|
|
|
|
2 |
peft
|
3 |
huggingface_hub
|
4 |
gradio
|
5 |
+
torch
|
6 |
+
bitsandbytes
|