mjoshs commited on
Commit
a36d1e9
·
verified ·
1 Parent(s): 019e1dd

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- gradio==4.44.0
2
- diffusers==0.35.1
3
- torch>=2.1.0
4
- transformers>=4.35.0
5
- peft>=0.4.2
6
- accelerate>=0.24.0
7
- Pillow>=10.0.0
8
- numpy>=1.24.3
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ diffusers>=0.21.0
4
+ peft>=0.5.0
5
+ accelerate>=0.20.0
6
+ transformers>=4.30.0
7
+ gradio>=4.0.0
8
+ pillow>=9.0.0
9
+ huggingface_hub>=0.16.0