Checkout the LM for aishell explicitly (#642)

This commit is contained in:
Fangjun Kuang 2022-10-31 19:47:43 +08:00 committed by GitHub
parent 7f1c0e07b6
commit ff3f026381
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,9 @@ if [ $stage -le -1 ] && [ $stop_stage -ge -1 ]; then
if [ ! -f $dl_dir/lm/3-gram.unpruned.arpa ]; then
git clone https://huggingface.co/pkufool/aishell_lm $dl_dir/lm
pushd $dl_dir/lm
git lfs pull --include "3-gram.unpruned.arpa"
popd
fi
fi