Devakumar868 commited on
Commit
e85d66b
·
verified ·
1 Parent(s): 25ff0cb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +32 -14
requirements.txt CHANGED
@@ -1,16 +1,34 @@
1
- torch>=2.0.0
2
- torchaudio>=2.0.0
3
- nemo_toolkit[asr]>=1.20.0
4
- speechbrain>=0.5.16
5
- transformers>=4.30.0
6
- diffusers>=0.21.0
7
- accelerate>=0.20.0
8
- soundfile>=0.12.1
9
- fastapi>=0.104.0
10
- uvicorn[standard]>=0.23.0
11
- gradio>=4.4.0
12
- datasets[audio]>=2.14.0
13
- encodec>=0.1.1
14
  librosa>=0.10.1
15
- numpy>=1.24.0
 
 
 
 
16
  scipy>=1.11.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Core dependencies - tested versions for compatibility
2
+ gradio>=4.44.0
3
+ torch==2.6.0
4
+ torchvision==0.17.0
5
+ torchaudio==2.0.2
6
+ transformers>=4.45.0
7
+ accelerate>=0.34.0
8
+ safetensors>=0.4.0
9
+
10
+ # Ultravox dependencies
11
+ git+https://github.com/fixie-ai/ultravox.git
 
 
12
  librosa>=0.10.1
13
+ soundfile>=0.12.1
14
+ datasets>=2.20.0
15
+
16
+ # Dia TTS dependencies
17
+ git+https://github.com/nari-labs/dia.git
18
  scipy>=1.11.0
19
+ numpy>=1.24.0
20
+
21
+ # Emotion recognition and audio processing
22
+ speechbrain>=1.0.0
23
+ webrtcvad>=2.0.10
24
+ pyaudio>=0.2.11
25
+
26
+ # HuggingFace and utilities
27
+ huggingface_hub>=0.24.0
28
+ requests>=2.31.0
29
+ psutil>=5.9.0
30
+ threading-utils>=0.3.0
31
+
32
+ # Memory and performance optimization
33
+ memory-profiler>=0.61.0
34
+ py-spy>=0.3.14