cpuai commited on
Commit
d54c64d
·
verified ·
1 Parent(s): 7b48778

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -7
requirements.txt CHANGED
@@ -1,8 +1,18 @@
1
- gradio
 
 
2
  torch
3
- transformers
4
- accelerate
5
- spaces
6
- openai
7
- git+https://github.com/JerryWu-code/diffusers.git@c3a2d3c5e570ee53fc529e274871ebc98a433ddd
8
- kernels
 
 
 
 
 
 
 
 
 
1
+ gradio>=5.0.0
2
+ spaces>=0.32.0
3
+
4
  torch
5
+ torchvision
6
+
7
+ git+https://github.com/huggingface/diffusers.git
8
+ transformers>=4.57.0
9
+ accelerate>=1.10.0
10
+ peft>=0.17.0
11
+ huggingface_hub>=0.34.0,<1.0
12
+ safetensors>=0.6.0
13
+
14
+ sentencepiece
15
+ protobuf
16
+ pillow
17
+ numpy
18
+ openai