prithivMLmods commited on
Commit
a778863
·
verified ·
1 Parent(s): 91c6ed2

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -7
requirements.txt CHANGED
@@ -1,10 +1,16 @@
1
- gradio
2
- torch
 
3
  transformers==4.57.1
4
- einops
5
- addict
 
 
 
6
  easydict
 
 
 
7
  spaces
8
- matplotlib
9
- torchvision
10
- accelerate
 
1
+ git+https://github.com/huggingface/accelerate.git
2
+ git+https://github.com/huggingface/diffusers.git
3
+ git+https://github.com/huggingface/peft.git
4
  transformers==4.57.1
5
+ huggingface_hub
6
+ sentencepiece
7
+ torchvision
8
+ matplotlib
9
+ accelerate
10
  easydict
11
+ addict
12
+ gradio
13
+ einops
14
  spaces
15
+ torch
16
+ numpy