mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Update SDK_advanced_guide_online_zh.md
This commit is contained in:
parent
9689e44c10
commit
843e0a09de
@ -22,12 +22,12 @@ sudo docker run -p 10095:10095 -it --privileged=true -v ./funasr-runtime-resourc
|
||||
docker启动之后,启动 funasr-wss-server-2pass服务程序:
|
||||
```shell
|
||||
cd FunASR/funasr/runtime
|
||||
bash run_server_2pass.sh \
|
||||
nohup bash run_server_2pass.sh \
|
||||
--download-model-dir /workspace/models \
|
||||
--vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx \
|
||||
--model-dir damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx \
|
||||
--online-model-dir damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-online-onnx \
|
||||
--punc-dir damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727-onnx
|
||||
--punc-dir damo/punc_ct-transformer_zh-cn-common-vad_realtime-vocab272727-onnx > log.out 2>&1 &
|
||||
```
|
||||
服务端详细参数介绍可参考[服务端参数介绍](#服务端参数介绍)
|
||||
### 客户端测试与使用
|
||||
|
||||
Loading…
Reference in New Issue
Block a user