This commit is contained in:
haoneng.lhn 2023-06-06 17:25:45 +08:00
parent 4417ef69dc
commit 58aafc8353
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ];then
--audio_in ${output_dir}/split/wav.$JOB.scp \
--output_dir ${output_dir}/output.$JOB \
--batch_size ${batch_size} \
--gpuid ${gpuid}
--gpuid ${gpuid} \
--mode "paraformer_fake_streaming"
}&
done

View File

@ -54,7 +54,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ];then
--audio_in ${output_dir}/split/wav.$JOB.scp \
--output_dir ${output_dir}/output.$JOB \
--batch_size ${batch_size} \
--gpuid ${gpuid}
--gpuid ${gpuid} \
--mode "paraformer_fake_streaming"
}&
done