viveriveniversumvivusvici commited on
Commit
24f9f51
·
verified ·
1 Parent(s): 476c93f

Update adapter/requirements.txt

Browse files
Files changed (1) hide show
  1. adapter/requirements.txt +10 -6
adapter/requirements.txt CHANGED
@@ -1,6 +1,10 @@
1
- gradio
2
- transformers
3
- peft
4
- accelerate
5
- bitsandbytes
6
- torch
 
 
 
 
 
1
+ # Required for model + quantization + UI
2
+ torch==2.1.0 # or latest supported version on Spaces
3
+ transformers==4.39.3
4
+ peft==0.9.0
5
+ accelerate==0.27.2
6
+ bitsandbytes==0.42.0
7
+ gradio==4.27.0
8
+
9
+ # Optional: LoRA adapter support if hosted locally
10
+ # git+https://github.com/huggingface/peft.git