mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
Update SDK_advanced_guide_offline.md
This commit is contained in:
parent
b8f9a75514
commit
52d554bde2
@ -54,9 +54,11 @@ Introduction to command parameters:
|
||||
|
||||
Use the flollowing script to start the server :
|
||||
```shell
|
||||
./run_server.sh --vad-dir damo/speech_fsmn_vad_zh-cn-16k-common-onnx \
|
||||
nohup bash run_server.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 \
|
||||
--punc-dir damo/punc_ct-transformer_zh-cn-common-vocab272727-onnx
|
||||
--punc-dir damo/punc_ct-transformer_zh-cn-common-vocab272727-onnx > log.out 2>&1 &
|
||||
```
|
||||
|
||||
More details about the script run_server.sh:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user