Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
gradio
|
2 |
-
transformers==4.35.0
|
3 |
peft
|
4 |
-
huggingface_hub
|
5 |
-
bitsandbytes
|
|
|
1 |
gradio
|
2 |
+
transformers==4.35.0
|
3 |
peft
|
4 |
+
huggingface_hub==0.19.0 # Downgrade huggingface_hub
|
5 |
+
bitsandbytes
|