ManySpeech-CLI 内置智能模型管理机制,自动检测并下载所需模型,无需手动配置。
当使用未下载的模型时,程序会自动从 ModelScope 下载:
manyspeech asr -t offline --model paraformer-large-zh-en-int8-onnx-offline -f test.wav # 如果模型不存在,自动下载
默认模型根目录为程序所在目录下的 models/ 文件夹。
models/
可通过 --base 参数指定:
--base
manyspeech --base D:\MyModels asr -t offline -f test.wav