FunASR
FunASR copied to clipboard
每次启动gpu的服务都会运行下载模型的命令吗?能否第一次下载模型后第二次启动就不下载的,使用本地已有的模型
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
❓ Questions and Help
在gpu offline的启动命令中
nohup bash run_server.sh
--download-model-dir /workspace/models
--model-dir iic/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-pytorch
--vad-dir iic/speech_fsmn_vad_zh-cn-16k-common-onnx
--punc-dir iic/punc_ct-transformer_cn-en-common-vocab471067-large-onnx
--lm-dir iic/speech_ngram_lm_zh-cn-ai-wesp-fst
--itn-dir thuduj12/fst_itn_zh
--certfile ../../../ssl_key/server.crt
--keyfile ../../../ssl_key/server.key
--hotword ../../hotwords.txt > log.txt 2>&1 &
这个命令是否会每次都下载一次模型,如果有,能不能跳过这个的,不然每次下载都比较耗时的,此外这个参数解析的总线程数是io-thread-num吗