KuyaToto commited on
Commit
557c7c3
·
verified ·
1 Parent(s): 82495b9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -6
requirements.txt CHANGED
@@ -1,9 +1,14 @@
1
- transformers>=4.30.0
2
- torch>=1.10.0
 
3
  librosa>=0.9.0
4
- epitran>=1.20
5
- editdistance>=0.6.0
6
- jiwer>=2.3.0
7
- gradio>=3.0.0
8
  soundfile>=0.11.0
 
 
 
 
9
  eng-to-ipa>=0.0.2
 
 
 
 
 
1
+ # Core packages
2
+ transformers==4.33.3
3
+ torch==2.0.1
4
  librosa>=0.9.0
 
 
 
 
5
  soundfile>=0.11.0
6
+ gradio>=3.0.0
7
+
8
+ # Phoneme tools (for IPA alignment)
9
+ epitran>=1.20
10
  eng-to-ipa>=0.0.2
11
+
12
+ # Metrics and comparison
13
+ editdistance>=0.6.0
14
+ jiwer>=2.3.0