# kaldi-plus **Repository Path**: earnest_jiang/kaldi-plus ## Basic Information - **Project Name**: kaldi-plus - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2024-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## A copy of official kaldi ``` - mkdir -p build && cd build - cmake -DMATHLIB=MKL -DKALDI_BUILD_TEST=OFF -DMKLROOT=/data/jiang/tools/mkl_2020 -DCMAKE_INSTALL_PREFIX=../dist .. - cmake --build . --target install -- -j8 # build && install, substitude -j8 with /m:8 if you are on Windows ```