* add modular saasr

* update readme

* Delete train_paraformer.yaml

* update setup.py

* update setup.py

* update setup.py

* fix setup.py
This commit is contained in:
yhliang 2023-08-11 09:24:08 +08:00 committed by GitHub
parent 08ee9e6aac
commit cf28451f55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,8 @@ requirements = {
"kaldi-io==0.9.8",
"torch_complex",
"nltk>=3.4.5",
"onnxruntime"
"numexpr"
"onnxruntime",
"numexpr",
# ASR
"sentencepiece",
"jieba",
@ -128,4 +128,4 @@ setup(
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)
)