diff --git a/runtime/docs/SDK_advanced_guide_offline.md b/runtime/docs/SDK_advanced_guide_offline.md index 62217bf7b..fc1462278 100644 --- a/runtime/docs/SDK_advanced_guide_offline.md +++ b/runtime/docs/SDK_advanced_guide_offline.md @@ -85,11 +85,8 @@ Introduction to run_server.sh parameters: ```text --download-model-dir: Model download address, download models from Modelscope by setting the model ID. --model-dir: modelscope model ID or local model path. ---quantize: True for quantized ASR model, False for non-quantized ASR model. Default is True. --vad-dir: modelscope model ID or local model path. ---vad-quant: True for quantized VAD model, False for non-quantized VAD model. Default is True. --punc-dir: modelscope model ID or local model path. ---punc-quant: True for quantized PUNC model, False for non-quantized PUNC model. Default is True. --itn-dir modelscope model ID or local model path. --port: Port number that the server listens on. Default is 10095. --decoder-thread-num: The number of thread pools on the server side that can handle concurrent requests. diff --git a/runtime/docs/SDK_advanced_guide_offline_en.md b/runtime/docs/SDK_advanced_guide_offline_en.md index 859f30ed6..df23c1bc0 100644 --- a/runtime/docs/SDK_advanced_guide_offline_en.md +++ b/runtime/docs/SDK_advanced_guide_offline_en.md @@ -64,11 +64,8 @@ Introduction to run_server.sh parameters: ```text --download-model-dir: Model download address, download models from Modelscope by setting the model ID. --model-dir: modelscope model ID or local model path. ---quantize: True for quantized ASR model, False for non-quantized ASR model. Default is True. --vad-dir: modelscope model ID or local model path. ---vad-quant: True for quantized VAD model, False for non-quantized VAD model. Default is True. --punc-dir: modelscope model ID or local model path. ---punc-quant: True for quantized PUNC model, False for non-quantized PUNC model. Default is True. --itn-dir modelscope model ID or local model path. --port: Port number that the server listens on. Default is 10095. --decoder-thread-num: The number of thread pools on the server side that can handle concurrent requests. diff --git a/runtime/docs/SDK_advanced_guide_offline_en_zh.md b/runtime/docs/SDK_advanced_guide_offline_en_zh.md index 7afb04656..baf840298 100644 --- a/runtime/docs/SDK_advanced_guide_offline_en_zh.md +++ b/runtime/docs/SDK_advanced_guide_offline_en_zh.md @@ -149,11 +149,8 @@ nohup bash run_server.sh \ ```text --download-model-dir 模型下载地址,通过设置model ID从Modelscope下载模型 --model-dir modelscope model ID 或者 本地模型路径 ---quantize True为量化ASR模型,False为非量化ASR模型,默认是True --vad-dir modelscope model ID 或者 本地模型路径 ---vad-quant True为量化VAD模型,False为非量化VAD模型,默认是True --punc-dir modelscope model ID 或者 本地模型路径 ---punc-quant True为量化PUNC模型,False为非量化PUNC模型,默认是True --itn-dir modelscope model ID 或者 本地模型路径 --port 服务端监听的端口号,默认为 10095 --decoder-thread-num 服务端线程池个数(支持的最大并发路数), diff --git a/runtime/docs/SDK_advanced_guide_offline_zh.md b/runtime/docs/SDK_advanced_guide_offline_zh.md index 6e96ff76f..dc52865d8 100644 --- a/runtime/docs/SDK_advanced_guide_offline_zh.md +++ b/runtime/docs/SDK_advanced_guide_offline_zh.md @@ -179,11 +179,8 @@ nohup bash run_server.sh \ ```text --download-model-dir 模型下载地址,通过设置model ID从Modelscope下载模型 --model-dir modelscope model ID 或者 本地模型路径 ---quantize True为量化ASR模型,False为非量化ASR模型,默认是True --vad-dir modelscope model ID 或者 本地模型路径 ---vad-quant True为量化VAD模型,False为非量化VAD模型,默认是True --punc-dir modelscope model ID 或者 本地模型路径 ---punc-quant True为量化PUNC模型,False为非量化PUNC模型,默认是True --lm-dir modelscope model ID 或者 本地模型路径 --itn-dir modelscope model ID 或者 本地模型路径 --port 服务端监听的端口号,默认为 10095 diff --git a/runtime/docs/SDK_advanced_guide_online.md b/runtime/docs/SDK_advanced_guide_online.md index cbc11bc49..b1750701e 100644 --- a/runtime/docs/SDK_advanced_guide_online.md +++ b/runtime/docs/SDK_advanced_guide_online.md @@ -104,11 +104,8 @@ nohup bash run_server_2pass.sh \ --download-model-dir: Model download address, download models from Modelscope by setting the model ID. --model-dir: modelscope model ID or local model path. --online-model-dir modelscope model ID ---quantize: True for quantized ASR model, False for non-quantized ASR model. Default is True. --vad-dir: modelscope model ID or local model path. ---vad-quant: True for quantized VAD model, False for non-quantized VAD model. Default is True. --punc-dir: modelscope model ID or local model path. ---punc-quant: True for quantized PUNC model, False for non-quantized PUNC model. Default is True. --lm-dir modelscope model ID or local model path. --itn-dir modelscope model ID or local model path. --port: Port number that the server listens on. Default is 10095. diff --git a/runtime/docs/SDK_advanced_guide_online_zh.md b/runtime/docs/SDK_advanced_guide_online_zh.md index c912809e2..1e0fc501d 100644 --- a/runtime/docs/SDK_advanced_guide_online_zh.md +++ b/runtime/docs/SDK_advanced_guide_online_zh.md @@ -113,11 +113,8 @@ nohup bash run_server_2pass.sh \ --download-model-dir 模型下载地址,通过设置model ID从Modelscope下载模型 --model-dir modelscope model ID 或者 本地模型路径 --online-model-dir modelscope model ID 或者 本地模型路径 ---quantize True为量化ASR模型,False为非量化ASR模型,默认是True --vad-dir modelscope model ID 或者 本地模型路径 ---vad-quant True为量化VAD模型,False为非量化VAD模型,默认是True --punc-dir modelscope model ID 或者 本地模型路径 ---punc-quant True为量化PUNC模型,False为非量化PUNC模型,默认是True --lm-dir modelscope model ID 或者 本地模型路径 --itn-dir modelscope model ID 或者 本地模型路径 --port 服务端监听的端口号,默认为 10095