update repo

This commit is contained in:
嘉渊 2023-05-24 16:25:50 +08:00
parent 987ff0ffb5
commit 2904395c21

View File

@ -208,4 +208,9 @@ if [ ${stage} -le 5 ] && [ ${stop_stage} -ge 5 ]; then
tail -n 3 ${_dir}/text.cer > ${_dir}/text.cer.txt
cat ${_dir}/text.cer.txt
done
fi
# Prepare files for ModelScope fine-tuning and inference
if [ ${stage} -le 6 ] && [ ${stop_stage} -ge 6 ]; then
echo "stage 6: ModelScope Preparation"
fi