Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -14
requirements.txt
CHANGED
@@ -1,15 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
torchvision
|
8 |
-
torch
|
9 |
-
requests
|
10 |
-
huggingface_hub
|
11 |
-
spaces
|
12 |
-
accelerate
|
13 |
pillow
|
14 |
-
|
15 |
-
av
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
git+https://github.com/huggingface/accelerate.git
|
4 |
+
git+https://github.com/huggingface/peft.git
|
5 |
+
safetensors
|
6 |
+
sentencepiece
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pillow
|
8 |
+
spaces
|
|