Devakumar868 commited on
Commit
2bc37a4
·
verified ·
1 Parent(s): d7bff21

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -22
requirements.txt CHANGED
@@ -1,22 +1,17 @@
1
- # Core dependencies
2
- gradio>=4.0.0
3
- torch==2.6.0
4
- torchaudio>=2.1.0
5
- soundfile>=0.12.0
6
- numpy>=1.21.0
7
- transformers>=4.30.0
8
- accelerate>=0.20.0
9
-
10
- # Dia model - install from GitHub
11
- git+https://github.com/nari-labs/dia.git
12
-
13
- # Audio processing
14
- librosa>=0.10.0
15
- scipy>=1.9.0
16
-
17
- # HuggingFace utilities
18
- huggingface_hub>=0.16.0
19
- safetensors>=0.3.0
20
-
21
- # Additional utilities
22
- requests>=2.28.0
 
1
+ torch==2.1.0+cu118
2
+ torchaudio==2.1.0+cu118
3
+ transformers==4.35.2
4
+ accelerate==0.24.1
5
+ bitsandbytes==0.41.2.post2
6
+ gradio==4.7.1
7
+ soundfile==0.12.1
8
+ librosa==0.10.1
9
+ TTS==0.20.6
10
+ nemo_toolkit[asr]==1.20.0
11
+ scipy==1.11.4
12
+ numpy==1.24.3
13
+ datasets==2.14.6
14
+ sentencepiece==0.1.99
15
+ protobuf==3.20.3
16
+ pyaudio==0.2.11
17
+ webrtcvad==2.0.10