raoufjat commited on
Commit
99226ab
·
verified ·
1 Parent(s): c43032d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  gradio
2
- transformers==4.35.0 # Pin transformers to a recent stable version
3
  peft
4
- huggingface_hub>=0.20.0
5
- bitsandbytes # Use the latest bitsandbytes (as requested by the error)
 
1
  gradio
2
+ transformers==4.35.0
3
  peft
4
+ huggingface_hub==0.19.0 # Downgrade huggingface_hub
5
+ bitsandbytes