mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
update
This commit is contained in:
parent
4417ef69dc
commit
58aafc8353
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user