From d20c030e5b75306dd67e8fe9924d5d94eac1bf30 Mon Sep 17 00:00:00 2001 From: wusong <63332221+wusong1128@users.noreply.github.com> Date: 星期三, 25 九月 2024 15:11:50 +0800 Subject: [PATCH] 解决python ws服务针对尾部非人声录音无结束标识返回的问题 (#2102) --- runtime/docs/docker_offline_cpu_zh_lists | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/docs/docker_offline_cpu_zh_lists b/runtime/docs/docker_offline_cpu_zh_lists index 4651784..e3d9efc 100644 --- a/runtime/docs/docker_offline_cpu_zh_lists +++ b/runtime/docs/docker_offline_cpu_zh_lists @@ -1,7 +1,7 @@ DOCKER: + funasr-runtime-sdk-cpu-0.4.5 funasr-runtime-sdk-cpu-0.3.0 funasr-runtime-sdk-cpu-0.2.2 - funasr-runtime-sdk-cpu-0.2.1 DEFAULT_ASR_MODEL: damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx @@ -9,7 +9,7 @@ DEFAULT_VAD_MODEL: damo/speech_fsmn_vad_zh-cn-16k-common-onnx DEFAULT_PUNC_MODEL: - damo/punc_ct-transformer_zh-cn-common-vocab272727-onnx + damo/punc_ct-transformer_cn-en-common-vocab471067-large-onnx DEFAULT_LM_MODEL: damo/speech_ngram_lm_zh-cn-ai-wesp-fst NONE -- Gitblit v1.9.1