Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
torch
|
| 3 |
+
torchvision
|
| 4 |
+
accelerate
|
| 5 |
+
spaces
|
| 6 |
+
gradio
|
| 7 |
+
sentencepiece
|
| 8 |
+
pydantic==2.10.6
|
| 9 |
+
boltons
|
| 10 |
+
ujson
|
| 11 |
+
wandb
|
| 12 |
+
einops
|
| 13 |
+
git+https://github.com/huggingface/diffusers.git
|