Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
transformers>=4.36.0
|
2 |
-
peft>=0.6.0
|
3 |
-
accelerate
|
4 |
-
torch>=2.0
|
5 |
gradio>=3.50.0
|
|
|
|
|
|
|
6 |
huggingface_hub
|
|
|
1 |
transformers>=4.36.0
|
|
|
|
|
|
|
2 |
gradio>=3.50.0
|
3 |
+
torch>=2.1.0
|
4 |
+
bitsandbytes>=0.41.0
|
5 |
+
accelerate
|
6 |
huggingface_hub
|