From 7ffdd6c7d36c04f7a2bac579f8eba350450ab0cc Mon Sep 17 00:00:00 2001 From: shixian.shi <shixian.shi@alibaba-inc.com> Date: 星期四, 12 十月 2023 11:41:04 +0800 Subject: [PATCH] update setup.py --- 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