diff --git a/egs_modelscope/punctuation/TEMPLATE/infer.sh b/egs_modelscope/punctuation/TEMPLATE/infer.sh index a3226537e..0af502ed2 100644 --- a/egs_modelscope/punctuation/TEMPLATE/infer.sh +++ b/egs_modelscope/punctuation/TEMPLATE/infer.sh @@ -60,7 +60,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ];then if [ -f "${output_dir}/output.1/infer.out" ]; then for i in $(seq "${nj}"); do cat "${output_dir}/output.${i}/infer.out" - done | sort -k1 >"${output_dir}/infer.out" + done | sort -k1 >"${output_dir}/final_res/infer.out" fi fi