From 79060e20e3d5f6285f49b503f95b8db9ddce9294 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Tue, 30 Nov 2021 10:34:43 +0800 Subject: [PATCH] Update pack_model.sh --- utils/pack_model.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/pack_model.sh b/utils/pack_model.sh index 8acd59a64..d7df01eb7 100755 --- a/utils/pack_model.sh +++ b/utils/pack_model.sh @@ -57,7 +57,7 @@ else echo "missing ${dec_conf}" exit 1 fi -# NOTE(kan-bayashi): preprocess conf is optional +# preprocess conf is optional if [ -n "${preprocess_conf}" ]; then tar rfh ${outfile}.tar ${preprocess_conf} echo -n " - preprocess config file: \`"