Skip to content

Commit b3c728d

Browse files
author
Yibing Liu
authored
Merge pull request #467 from lfchener/fix
fix the bug of setup.sh
2 parents 757e361 + c4a8f0b commit b3c728d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

decoders/swig/setup.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/usr/bin/env bash
22

33
if [ ! -d kenlm ]; then
4-
git clone https://github.com/luotao1/kenlm.git
4+
git clone https://github.com/kpu/kenlm.git
5+
cd kenlm/
6+
git checkout df2d717e95183f79a90b2fa6e4307083a351ca6a
7+
cd ..
58
echo -e "\n"
69
fi
710

0 commit comments

Comments
 (0)