Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +7 -10
requirements.txt
CHANGED
@@ -1,14 +1,11 @@
|
|
|
|
1 |
torch
|
2 |
-
|
3 |
-
|
4 |
diffusers
|
5 |
-
tqdm
|
6 |
-
numpy
|
7 |
-
scipy
|
8 |
-
ml-collections
|
9 |
-
absl-py
|
10 |
gradio
|
11 |
-
av
|
12 |
-
aiortc
|
13 |
soundfile
|
14 |
-
librosa
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
torch
|
3 |
+
transformers>=4.40.0
|
4 |
+
accelerate
|
5 |
diffusers
|
|
|
|
|
|
|
|
|
|
|
6 |
gradio
|
|
|
|
|
7 |
soundfile
|
8 |
+
librosa
|
9 |
+
flash-attn --no-build-isolation
|
10 |
+
av
|
11 |
+
aiortc
|