Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +16 -2
requirements.txt
CHANGED
@@ -1,2 +1,16 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--find-links https://storage.googleapis.com/jax/releases/pip/torch_cuda_libs.html
|
2 |
+
torch
|
3 |
+
accelerate==1.6.0
|
4 |
+
transformers==4.51.3
|
5 |
+
diffusers
|
6 |
+
tqdm
|
7 |
+
numpy
|
8 |
+
scipy
|
9 |
+
ml-collections
|
10 |
+
absl-py
|
11 |
+
gradio
|
12 |
+
av
|
13 |
+
aiortc
|
14 |
+
soundfile
|
15 |
+
librosa
|
16 |
+
flash-attn --no-build-isolation
|