diff options
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 ------------------ |