diff options
author | Determinant <[email protected]> | 2016-03-17 19:44:28 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2016-03-17 19:44:28 +0800 |
commit | 38a2afc7d9c50859e99e09f4f64af3a4254f6f37 (patch) | |
tree | 8837b37ad0311847a5540dc11aeb01ebf1e95338 /README.rst | |
parent | 53332ce64662c7836296bdafa25deec9a24020eb (diff) |
add explicit KALDI_BASE setting to READMEalpha-3
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ on your computer. # still at the root directory of NERV repo) git clone https://speechlab.sjtu.edu.cn/gitlab/nerv-dev/nerv-speech.git speech # build and install HTK I/O support, Kaldi I/O support, Kaldi decoding support, etc. - make speech BLAS_TYPE=mkl BLAS_BASE=/home/intel/mkl/lib/intel64/ + make speech BLAS_TYPE=mkl BLAS_BASE=/home/intel/mkl/lib/intel64/ KALDI_BASE=/speechlab/tools/KALDI/kaldi-master/ Example & Tutorial ------------------ |