Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,17 +1,16 @@
|
|
1 |
torch
|
|
|
2 |
spaces
|
3 |
transformers
|
|
|
4 |
torchvision
|
5 |
-
git+https://github.com/huggingface/diffusers.git
|
6 |
einops
|
7 |
optimum-quanto
|
8 |
protobuf
|
9 |
xformers
|
10 |
-
peft
|
11 |
kornia
|
12 |
numpy
|
13 |
timm
|
14 |
-
deepspeed
|
15 |
mediapipe
|
16 |
opencv-python
|
17 |
sentencepiece
|
|
|
1 |
torch
|
2 |
+
git+https://github.com/huggingface/diffusers
|
3 |
spaces
|
4 |
transformers
|
5 |
+
peft
|
6 |
torchvision
|
|
|
7 |
einops
|
8 |
optimum-quanto
|
9 |
protobuf
|
10 |
xformers
|
|
|
11 |
kornia
|
12 |
numpy
|
13 |
timm
|
|
|
14 |
mediapipe
|
15 |
opencv-python
|
16 |
sentencepiece
|