mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
restore run_server.sh
This commit is contained in:
parent
a890877152
commit
365c820d66
@ -1,10 +1,6 @@
|
||||
|
||||
TORCH_DIR=$(python3 -c "import torch; import os; print(os.path.dirname(torch.__file__))")
|
||||
BLADE_DIR=$(python3 -c "import torch_blade; import os; print(os.path.dirname(torch_blade.__file__))")
|
||||
export LD_LIBRARY_PATH=/usr/local/lib:${TORCH_DIR}/lib:${BLADE_DIR}:${LD_LIBRARY_PATH}
|
||||
|
||||
download_model_dir="/workspace/models"
|
||||
model_dir="damo/speech_paraformer-large_asr_nat-zh-cn-16k-common-vocab8404-onnx"
|
||||
model_dir="damo/speech_paraformer-large-vad-punc_asr_nat-zh-cn-16k-common-vocab8404-onnx"
|
||||
vad_dir="damo/speech_fsmn_vad_zh-cn-16k-common-onnx"
|
||||
punc_dir="damo/punc_ct-transformer_cn-en-common-vocab471067-large-onnx"
|
||||
itn_dir="thuduj12/fst_itn_zh"
|
||||
@ -42,6 +38,5 @@ $cmd_path/${cmd} \
|
||||
--port ${port} \
|
||||
--certfile "${certfile}" \
|
||||
--keyfile "${keyfile}" \
|
||||
--gpu \
|
||||
--hotword "${hotword}" &
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user