Spaces:
Running
on
Zero
Running
on
Zero
AlekseyCalvin
commited on
Commit
•
5babc80
1
Parent(s):
1f864e3
Update requirements.txt
Browse files- requirements.txt +9 -4
requirements.txt
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
-
accelerate
|
2 |
-
git+https://github.com/huggingface/diffusers.git
|
3 |
torch
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
xformers
|
|
|
6 |
sentencepiece
|
7 |
-
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
git+https://github.com/huggingface/diffusers
|
3 |
+
spaces
|
4 |
+
transformers==4.43.3
|
5 |
+
einops
|
6 |
+
optimum-quanto
|
7 |
+
protobuf
|
8 |
xformers
|
9 |
+
peft
|
10 |
sentencepiece
|
11 |
+
huggingface_hub
|
12 |
+
accelerate
|