Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -3,17 +3,19 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
gradio==5.16.0
|
4 |
httpx==0.28.1
|
5 |
huggingface-hub==0.28.1
|
|
|
6 |
numpy==2.2.6
|
7 |
safetensors==0.5.3
|
8 |
soundfile==0.13.1
|
9 |
torch==2.6.0
|
10 |
torchaudio==2.6.0
|
11 |
triton==3.2.0
|
|
|
12 |
transformers==4.49.0
|
13 |
typing-extensions==4.12.2
|
14 |
uvicorn==0.35.0
|
|
|
|
|
15 |
spaces
|
16 |
+
# Install mamba-ssm from wheel
|
17 |
+
https://github.com/state-spaces/mamba/releases/download/v2.2.4/mamba_ssm-2.2.4+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
18 |
+
# Install causal-conv1d from wheel
|
19 |
+
https://github.com/Dao-AILab/causal-conv1d/releases/download/v1.5.0.post8/causal_conv1d-1.5.0.post8+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
20 |
+
# Install zonos if it's available
|
21 |
+
zonos @ git+https://github.com/Zyphra/Zonos.git
|