mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-09 01:52:41 +00:00
Checkout the LM for aishell explicitly (#642)
This commit is contained in:
parent
7f1c0e07b6
commit
ff3f026381
@ -52,6 +52,9 @@ if [ $stage -le -1 ] && [ $stop_stage -ge -1 ]; then
|
|||||||
|
|
||||||
if [ ! -f $dl_dir/lm/3-gram.unpruned.arpa ]; then
|
if [ ! -f $dl_dir/lm/3-gram.unpruned.arpa ]; then
|
||||||
git clone https://huggingface.co/pkufool/aishell_lm $dl_dir/lm
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user