Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -10
requirements.txt
CHANGED
@@ -1,11 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
torchaudio==2.1.0.dev20230914+cu121
|
4 |
-
diffusers==0.30.2
|
5 |
gradio==3.35.2
|
6 |
-
torchao
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
peft==0.12.0
|
11 |
-
accelerate==0.34.2
|
|
|
1 |
+
git+https://github.com/huggingface/diffusers.git
|
2 |
+
torch
|
|
|
|
|
3 |
gradio==3.35.2
|
4 |
+
git+https://github.com/pytorch/torchao.git
|
5 |
+
transformers
|
6 |
+
sentencepiece
|
7 |
+
accelerate
|
|
|
|