TOLD/SOND: add njob option for sv_inference_launch

This commit is contained in:
志浩 2023-08-01 19:07:47 +08:00
parent e361e7d59f
commit 9f7496696a

View File

@ -872,6 +872,7 @@ if [ ${stage} -le 19 ] && [ ${stop_stage} -ge 19 ]; then
${infer_cmd} --gpu "${_ngpu}" --max-jobs-run "${_nj}" JOB=1:"${_nj}" "${_logdir}"/sv_inference.JOB.log \
python -m funasr.bin.sv_inference_launch \
--njob ${njob} \
--batch_size 1 \
--ngpu "${_ngpu}" \
--gpuid_list ${gpuid_list} \