Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
-
diffusers
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
pipeline
|
| 5 |
-
transformers
|
| 6 |
-
accelerate
|
| 7 |
safetensors
|
| 8 |
-
|
| 9 |
-
peft
|
| 10 |
-
pillow
|
| 11 |
-
gradio
|
|
|
|
| 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
|
|
|
|
|
|