GeradeHouse commited on
Commit
5a1047f
·
verified ·
1 Parent(s): d40c9d2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -10
requirements.txt CHANGED
@@ -1,10 +1,9 @@
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
 
1
+ torch>=2.2
2
+ torchvision>=0.17 # must match your torch major/minor (0.17 ↔ torch-2.2)
3
+ transformers>=4.40
4
+ diffusers @ git+https://github.com/huggingface/diffusers.git
5
+ accelerate>=0.27
6
+ safetensors
7
+ gradio>=4.22
8
+ numpy
9
+ pillow