We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3fcb5 commit 0befeceCopy full SHA for 0befece
tools/k2/make_hlg.sh
@@ -7,6 +7,9 @@ lexion_dir=$1
7
lm_dir=$2
8
tgt_dir=$3
9
10
+# k2 and icefall updates very fast. Below commits are veryfied in this script.
11
+# k2 3dc222f981b9fdbc8061b3782c3b385514a2d444, icefall 499ac24ecba64f687ff244c7d66baa5c222ecf0f
12
+
13
# For k2 installation, please refer to https://github.com/k2-fsa/k2/
14
python -c "import k2; print(k2.__file__)"
15
python -c "import torch; import _k2; print(_k2.__file__)"
0 commit comments