From eed5cbb9457f0842d9ea8f41cd88459a5dbc9e70 Mon Sep 17 00:00:00 2001 From: haoneng.lhn <haoneng.lhn@alibaba-inc.com> Date: 星期二, 12 九月 2023 12:55:19 +0800 Subject: [PATCH] fix decoding_ind none bug --- funasr/runtime/grpc/run_server.sh | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/funasr/runtime/grpc/run_server.sh b/funasr/runtime/grpc/run_server.sh index 7636a10..8d71e03 100755 --- a/funasr/runtime/grpc/run_server.sh +++ b/funasr/runtime/grpc/run_server.sh @@ -2,11 +2,11 @@ ./build/bin/paraformer-server \ --port-id 10100 \ - --offline-model-dir funasr_models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx \ - --online-model-dir funasr_models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online \ + --model-dir models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-pytorch \ + --online-model-dir models/damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online \ --quantize true \ - --vad-dir funasr_models/damo/speech_fsmn_vad_zh-cn-16k-common-onnx \ + --vad-dir models/damo/speech_fsmn_vad_zh-cn-16k-common-pytorch \ --vad-quant true \ - --punc-dir funasr_models/damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727 \ + --punc-dir models/damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727 \ --punc-quant true \ 2>&1 -- Gitblit v1.9.1