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