Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +8 -5
requirements.txt
CHANGED
@@ -1,16 +1,19 @@
|
|
1 |
-
# requirements.txt
|
2 |
anyio==4.8.0
|
3 |
fastapi==0.116.1
|
4 |
gradio==5.16.0
|
5 |
httpx==0.28.1
|
6 |
huggingface-hub==0.28.1
|
7 |
mamba-ssm==2.2.2
|
8 |
-
numpy==2.2.6
|
9 |
safetensors==0.5.3
|
10 |
soundfile==0.13.1
|
11 |
-
torch==2.6.0
|
12 |
-
|
13 |
-
|
|
|
14 |
transformers==4.49.0
|
15 |
typing-extensions==4.12.2
|
16 |
uvicorn==0.35.0
|
|
|
|
|
|
|
|
|
|
1 |
anyio==4.8.0
|
2 |
fastapi==0.116.1
|
3 |
gradio==5.16.0
|
4 |
httpx==0.28.1
|
5 |
huggingface-hub==0.28.1
|
6 |
mamba-ssm==2.2.2
|
7 |
+
numpy==2.2.6
|
8 |
safetensors==0.5.3
|
9 |
soundfile==0.13.1
|
10 |
+
torch==2.6.0
|
11 |
+
torchaudio==2.6.0
|
12 |
+
triton==3.2.0
|
13 |
+
flash-attn==2.8.1
|
14 |
transformers==4.49.0
|
15 |
typing-extensions==4.12.2
|
16 |
uvicorn==0.35.0
|
17 |
+
causal-conv1d==1.5.0
|
18 |
+
zonos @ git+https://github.com/Zyphra/Zonos.git
|
19 |
+
spaces
|