Spaces:
Running on Zero
Running on Zero
Commit ·
2c2fa1b
1
Parent(s): 0cb7315
Remove training-only deps causing Space build failure
Browse files- requirements.txt +1 -11
requirements.txt
CHANGED
|
@@ -1,20 +1,10 @@
|
|
| 1 |
git+https://github.com/huggingface/diffusers
|
| 2 |
-
mmcv
|
| 3 |
-
timm
|
| 4 |
accelerate
|
| 5 |
-
tensorboard
|
| 6 |
-
tensorboardX
|
| 7 |
transformers
|
| 8 |
sentencepiece
|
| 9 |
ftfy
|
| 10 |
beautifulsoup4
|
| 11 |
protobuf
|
| 12 |
gradio
|
| 13 |
-
yapf
|
| 14 |
-
opencv-python
|
| 15 |
-
bs4
|
| 16 |
einops
|
| 17 |
-
|
| 18 |
-
optimum
|
| 19 |
-
peft
|
| 20 |
-
came-pytorch
|
|
|
|
| 1 |
git+https://github.com/huggingface/diffusers
|
|
|
|
|
|
|
| 2 |
accelerate
|
|
|
|
|
|
|
| 3 |
transformers
|
| 4 |
sentencepiece
|
| 5 |
ftfy
|
| 6 |
beautifulsoup4
|
| 7 |
protobuf
|
| 8 |
gradio
|
|
|
|
|
|
|
|
|
|
| 9 |
einops
|
| 10 |
+
spaces
|
|
|
|
|
|
|
|
|