GeradeHouse commited on
Commit
d40c9d2
·
verified ·
1 Parent(s): 232cd04

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -8
requirements.txt CHANGED
@@ -1,8 +1,10 @@
1
- torch>=2.2
2
- transformers>=4.40
3
- diffusers @ git+https://github.com/huggingface/diffusers.git
4
- accelerate>=0.27
5
- safetensors
6
- gradio>=4.22
7
- numpy
8
- pillow
 
 
 
1
+ # requirements.txt
2
+ torch>=2.2
3
+ +torchvision>=0.17 # 0.17.* pairs with torch-2.2.*
4
+ transformers>=4.40
5
+ diffusers @ git+https://github.com/huggingface/diffusers.git
6
+ accelerate>=0.27
7
+ safetensors
8
+ gradio>=4.22
9
+ numpy
10
+ pillow