Merge pull request #1880 from zh794390558/asr_server
[server]streaming asr server using paddlespeech_server/clientpull/1881/head
commit
b449818b6d
@ -1,5 +1,8 @@
|
|||||||
export CUDA_VISIBLE_DEVICE=0,1,2,3
|
export CUDA_VISIBLE_DEVICE=0,1,2,3
|
||||||
|
export CUDA_VISIBLE_DEVICE=0,1,2,3
|
||||||
|
|
||||||
nohup python3 punc_server.py --config_file conf/punc_application.yaml > punc.log 2>&1 &
|
# nohup python3 punc_server.py --config_file conf/punc_application.yaml > punc.log 2>&1 &
|
||||||
|
paddlespeech_server start --config_file conf/punc_application.yaml &> punc.log &
|
||||||
|
|
||||||
nohup python3 streaming_asr_server.py --config_file conf/ws_conformer_application.yaml > streaming_asr.log 2>&1 &
|
# nohup python3 streaming_asr_server.py --config_file conf/ws_conformer_application.yaml > streaming_asr.log 2>&1 &
|
||||||
|
paddlespeech_server start --config_file conf/ws_conformer_application.yaml &> streaming_asr.log &
|
Loading…
Reference in new issue