mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update run_server.sh
This commit is contained in:
parent
b744fe7b67
commit
661042173e
@ -8,7 +8,7 @@ lm_dir="damo/speech_ngram_lm_zh-cn-ai-wesp-fst"
|
|||||||
port=10095
|
port=10095
|
||||||
certfile="$(pwd)/ssl_key/server.crt"
|
certfile="$(pwd)/ssl_key/server.crt"
|
||||||
keyfile="$(pwd)/ssl_key/server.key"
|
keyfile="$(pwd)/ssl_key/server.key"
|
||||||
hotword="$(pwd)/hotwords.txt"
|
hotword="$(pwd)/websocket/hotwords.txt"
|
||||||
# set decoder_thread_num
|
# set decoder_thread_num
|
||||||
decoder_thread_num=$(cat /proc/cpuinfo | grep "processor"|wc -l) || { echo "Get cpuinfo failed. Set decoder_thread_num = 32"; decoder_thread_num=32; }
|
decoder_thread_num=$(cat /proc/cpuinfo | grep "processor"|wc -l) || { echo "Get cpuinfo failed. Set decoder_thread_num = 32"; decoder_thread_num=32; }
|
||||||
multiple_io=16
|
multiple_io=16
|
||||||
@ -38,5 +38,5 @@ $cmd_path/${cmd} \
|
|||||||
--port ${port} \
|
--port ${port} \
|
||||||
--certfile "${certfile}" \
|
--certfile "${certfile}" \
|
||||||
--keyfile "${keyfile}" \
|
--keyfile "${keyfile}" \
|
||||||
--hotword "${hotword}"
|
--hotword "${hotword}" &
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ lm_dir="damo/speech_ngram_lm_zh-cn-ai-wesp-fst"
|
|||||||
port=10095
|
port=10095
|
||||||
certfile="$(pwd)/ssl_key/server.crt"
|
certfile="$(pwd)/ssl_key/server.crt"
|
||||||
keyfile="$(pwd)/ssl_key/server.key"
|
keyfile="$(pwd)/ssl_key/server.key"
|
||||||
hotword="$(pwd)/hotwords.txt"
|
hotword="$(pwd)/websocket/hotwords.txt"
|
||||||
# set decoder_thread_num
|
# set decoder_thread_num
|
||||||
decoder_thread_num=$(cat /proc/cpuinfo | grep "processor"|wc -l) || { echo "Get cpuinfo failed. Set decoder_thread_num = 32"; decoder_thread_num=32; }
|
decoder_thread_num=$(cat /proc/cpuinfo | grep "processor"|wc -l) || { echo "Get cpuinfo failed. Set decoder_thread_num = 32"; decoder_thread_num=32; }
|
||||||
multiple_io=16
|
multiple_io=16
|
||||||
@ -40,5 +40,5 @@ $cmd_path/${cmd} \
|
|||||||
--port ${port} \
|
--port ${port} \
|
||||||
--certfile "${certfile}" \
|
--certfile "${certfile}" \
|
||||||
--keyfile "${keyfile}" \
|
--keyfile "${keyfile}" \
|
||||||
--hotword "${hotword}"
|
--hotword "${hotword}" &
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user