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