ginipick commited on
Commit
e3c09da
·
verified ·
1 Parent(s): 9e05388

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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 # Python 3.10 호환
9
  safetensors==0.5.3
10
  soundfile==0.13.1
11
- torch==2.6.0+cu124 # Dockerfile에서 미리 설치
12
- triton==3.2.0 # torch 2.6.x 요구
13
- flash-attn==2.8.1 # wrap_triton 사용, torch 2.6+ 호환
 
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