Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1 +1,7 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
git+https://github.com/huggingface/diffusers.git
|
| 3 |
+
git+https://github.com/huggingface/transformers.git
|
| 4 |
+
git+https://github.com/huggingface/accelerate.git
|
| 5 |
+
safetensors
|
| 6 |
+
sentencepiece
|
| 7 |
+
git+https://github.com/huggingface/peft.git
|