We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
使用docker运行,8k采样率的离线服务 模型时,发现脚本内的模型版本不匹配魔塔的,当现16k的模型写死了 2.0.6,但8k的只有 2.0.4,启动命令又不支持参数覆盖
需要把run_server.sh中的后面指定 2.0.4版本
cd $cmd_path $cmd_path/${cmd} \ --download-model-dir "${download_model_dir}" \ --model-dir "${model_dir}" \ --vad-dir "${vad_dir}" \ --punc-dir "${punc_dir}" \ --itn-dir "${itn_dir}" \ --lm-dir "${lm_dir}" \ --decoder-thread-num ${decoder_thread_num} \ --model-thread-num ${model_thread_num} \ --io-thread-num ${io_thread_num} \ --port ${port} \ --certfile "${certfile}" \ --vad-revision "v2.0.4" \ --punc-revision "v2.0.4" \ --model-revision "v2.0.4" \ --keyfile "${keyfile}" \ --hotword "${hotword}" &
pip
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
🐛 Bug
使用docker运行,8k采样率的离线服务 模型时,发现脚本内的模型版本不匹配魔塔的,当现16k的模型写死了 2.0.6,但8k的只有 2.0.4,启动命令又不支持参数覆盖
To Reproduce
Code sample
需要把run_server.sh中的后面指定 2.0.4版本
Environment
pip
, source):Additional context
The text was updated successfully, but these errors were encountered: