Devakumar868 commited on
Commit
8e9e688
·
verified ·
1 Parent(s): 55c5dda

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -10
requirements.txt CHANGED
@@ -1,29 +1,31 @@
1
- # Core ML frameworks (install via setup.sh with PyTorch index)
2
- transformers==4.46.2
3
- accelerate==0.25.0
4
- bitsandbytes==0.43.0
5
- gradio==4.44.0
 
 
 
6
 
7
  # Audio processing with compatible versions
8
  soundfile==0.12.1
9
  librosa==0.9.2
10
 
11
- # Use older TTS version that's compatible with nemo-toolkit
12
  TTS==0.22.0
13
 
14
- # Use compatible nemo-toolkit version
15
  nemo_toolkit[asr]==1.18.0
16
 
17
  # ML utilities
18
  scikit-learn==1.2.2
19
- datasets==2.16.0
20
  sentencepiece==0.1.99
21
  webrtcvad==2.0.10
22
 
23
  # API support
24
  pydantic>=2.0
25
- python-multipart==0.0.6
26
  typing-extensions>=4.8.0
27
 
28
- # Explicitly pin numpy to compatible version
29
  numpy==1.23.5
 
1
+ # Core ML frameworks - will be installed via setup.sh
2
+ transformers==4.35.2
3
+ accelerate==0.24.1
4
+ bitsandbytes==0.41.2.post2
5
+
6
+ # Web UI with compatible versions
7
+ gradio==4.7.1
8
+ python-multipart>=0.0.9
9
 
10
  # Audio processing with compatible versions
11
  soundfile==0.12.1
12
  librosa==0.9.2
13
 
14
+ # TTS with compatible numpy
15
  TTS==0.22.0
16
 
17
+ # NeMo with compatible versions
18
  nemo_toolkit[asr]==1.18.0
19
 
20
  # ML utilities
21
  scikit-learn==1.2.2
22
+ datasets==2.14.6
23
  sentencepiece==0.1.99
24
  webrtcvad==2.0.10
25
 
26
  # API support
27
  pydantic>=2.0
 
28
  typing-extensions>=4.8.0
29
 
30
+ # Pin numpy to avoid conflicts
31
  numpy==1.23.5