Futuresony commited on
Commit
cd271f9
·
verified ·
1 Parent(s): 48d9d00

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- huggingface_hub==0.25.2
2
  transformers>=4.40.0
3
- peft>=0.10.0
4
  torch>=2.1
5
- huggingface_hub
6
- gradio
7
- bitsandbytes
 
 
 
 
 
1
  transformers>=4.40.0
 
2
  torch>=2.1
3
+ gradio==3.35.0
4
+ transformers==4.32.0
5
+ torch==2.0.1
6
+ peft==0.3.0
7
+ bitsandbytes-cpu==0.38.0 # CPU-only version of bitsandbytes
8
+ huggingface_hub==0.13.4