Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -21
requirements.txt
CHANGED
@@ -1,22 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
diffusers
|
6 |
-
einops
|
7 |
-
optimum-quanto
|
8 |
-
protobuf
|
9 |
-
xformers
|
10 |
-
peft
|
11 |
-
pillow
|
12 |
-
hf-transfer
|
13 |
-
kornia
|
14 |
-
numpy
|
15 |
-
timm
|
16 |
-
deepspeed
|
17 |
-
mediapipe
|
18 |
-
opencv-python
|
19 |
sentencepiece
|
20 |
-
|
21 |
-
translatepy
|
22 |
-
accelerate
|
|
|
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 |
+
safetensors
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
sentencepiece
|
6 |
+
git+https://github.com/huggingface/peft.git
|
|
|
|