Elormiden commited on
Commit
abe1cc7
·
verified ·
1 Parent(s): b442cb8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -13
requirements.txt CHANGED
@@ -1,21 +1,24 @@
1
- gradio>=4.0.0
2
 
 
 
 
 
3
  transformers[torch]>=4.40.0
4
- torch
5
- huggingface_hub>=0.23.0
6
- https://github.com/kpu/kenlm/archive/master.zip # kenlm issues
7
- pyctcdecode>=0.5.0
8
- kenlm>=0.2.0
9
 
10
  librosa>=0.10.1
11
 
12
- tf-keras
13
 
14
- datasets==3.6.0
15
- transformers
 
16
 
17
- evaluate
18
- librosa
19
  jiwer
20
- numpy==1.26.4
21
- pyctcdecode
 
 
 
1
+ # requirements.txt
2
 
3
+ numpy==1.26.4
4
+
5
+
6
+ torch
7
  transformers[torch]>=4.40.0
8
+ tf-keras
9
+ datasets==3.6.0
10
+ evaluate
11
+
 
12
 
13
  librosa>=0.10.1
14
 
 
15
 
16
+ https://github.com/kpu/kenlm/archive/master.zip
17
+ pyctcdecode>=0.5.0
18
+
19
 
 
 
20
  jiwer
21
+
22
+
23
+ huggingface_hub>=0.23.0
24
+ gradio>=4.0.0