编译kaldi 使用GPU

# Config src before compiling
cd <kaldi-path>/src
./configure --shared --use-cuda=yes

# Check depend and compile
make depend -j 4
make -j 4

posted on 2024-06-24 10:07  独上兰舟1  阅读(4)  评论(0编辑  收藏  举报