mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
remove unnecessary args
This commit is contained in:
parent
69c6f75c68
commit
eca477faf1
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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 服务端线程池个数(支持的最大并发路数),
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user