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