-
Notifications
You must be signed in to change notification settings - Fork 78
Expand file tree
/
Copy pathrequirements.txt
More file actions
25 lines (24 loc) · 810 Bytes
/
requirements.txt
File metadata and controls
25 lines (24 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# gather >= 0.2.3
-e git+https://github.com/maxwellzh/torch-gather.git#egg=gather
# warp-rnnt >= 0.9.0
-e git+https://github.com/maxwellzh/warp-rnnt.git#egg=warp-rnnt
# webdataset, do not use 'pip install webdataset', that's outdated
-e git+https://github.com/webdataset/webdataset.git@d7334016f44a03c4a385971aa835c4f460d3f30a#egg=webdataset
# warp-ctct >= 0.3.0
-e git+https://github.com/maxwellzh/warp-ctct.git#egg=warp-ctct
# ctc-align >= 0.0.1
-e git+https://github.com/maxwellzh/ctc-align-cuda.git#egg=ctc-align
# module dependencies
torch>=1.9.0
tqdm>=4.62.3
matplotlib>=3.4.3
sentencepiece>=0.1.96
kaldiio>=2.17.2
# dependency issue, see https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.20.2
tensorboard>=2.6.0
jiwer>=2.2.0
pyyaml>=6.0
transformers>=4.12.3
jieba>=0.42.1
levenshtein