From ff3f0263812aa7f738d976aac2d3393b3a98bcc3 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Mon, 31 Oct 2022 19:47:43 +0800 Subject: [PATCH] Checkout the LM for aishell explicitly (#642) --- egs/aishell/ASR/prepare.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/egs/aishell/ASR/prepare.sh b/egs/aishell/ASR/prepare.sh index f86dd8de3..eaeecfc4a 100755 --- a/egs/aishell/ASR/prepare.sh +++ b/egs/aishell/ASR/prepare.sh @@ -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