torinriley commited on
Commit
37d4aa4
·
verified ·
1 Parent(s): 608f516

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -6
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
- pytorch_lightning
2
- torch
3
- transformers
4
- Pillow
5
- tqdm
6
- ddpm
 
 
 
1
+ torch>=2.0.0
2
+ gradio>=4.0.0
3
+ transformers>=4.30.0
4
+ numpy>=1.24.0
5
+ Pillow>=10.0.0
6
+ huggingface_hub>=0.19.0
7
+ accelerate>=0.25.0
8
+ safetensors>=0.4.0