From 9f7496696a5ee577850ab4b9ea739adb5cabe96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E6=B5=A9?= Date: Tue, 1 Aug 2023 19:07:47 +0800 Subject: [PATCH] TOLD/SOND: add njob option for sv_inference_launch --- egs/callhome/diarization/sond/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/egs/callhome/diarization/sond/run.sh b/egs/callhome/diarization/sond/run.sh index d4ae10c30..0497558c8 100644 --- a/egs/callhome/diarization/sond/run.sh +++ b/egs/callhome/diarization/sond/run.sh @@ -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} \