mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Dev lyh (#834)
* 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:
parent
08ee9e6aac
commit
cf28451f55
6
setup.py
6
setup.py
@ -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",
|
||||
],
|
||||
)
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user