| | |
| | | $DEFAULT_FUNASR_CONFIG_DIR=$DEFAULT_FUNASR_CONFIG_DIR_BAK |
| | | fi |
| | | fi |
| | | DEFAULT_FUNASR_CONFIG_DIR=${DEFAULT_FUNASR_CONFIG_DIR}/.funasr |
| | | DEFAULT_FUNASR_CONFIG_DIR=${DEFAULT_FUNASR_CONFIG_DIR}/.funasr_online |
| | | fi |
| | | |
| | | if [ ! -z "$DEFAULT_FUNASR_CONFIG_DIR" ]; then |
| | |
| | | # The path of punc model in docker |
| | | PARAMS_DOCKER_PUNC_PATH="" |
| | | # The punc model ID in ModelScope |
| | | PARAMS_PUNC_ID="damo/damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727-onnx" |
| | | PARAMS_PUNC_ID="damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727-onnx" |
| | | |
| | | # The dir stored vad model in local |
| | | PARAMS_LOCAL_VAD_DIR="" |