parent
25ee960571
commit
903060654f
@ -1,6 +1,7 @@
|
||||
export CUDA_VISIBLE_DEVICE=0,1,2,3
|
||||
#nohup python3 streaming_asr_server.py --config_file conf/ws_conformer_application.yaml &> streaming_asr.log &
|
||||
# we need the streaming asr server
|
||||
nohup python3 streaming_asr_server.py --config_file conf/ws_conformer_application.yaml > streaming_asr.log 2>&1 &
|
||||
|
||||
# nohup python3 punc_server.py --config_file conf/punc_application.yaml > punc.log 2>&1 &
|
||||
paddlespeech_server start --config_file conf/acs_application.yaml
|
||||
# start the acs server
|
||||
nohup paddlespeech_server start --config_file conf/acs_application.yaml > acs.log 2>&1 &
|
||||
|
||||
|
Loading…
Reference in new issue