Files
b2txt25/language_model/examples/speech/s0/README.md

22 lines
309 B
Markdown
Raw Normal View History

2025-07-02 12:18:09 -07:00
# Brain Speech
## Setup compiler
```
ml load gcc/10.1.0
```
## Install SRILM
```
cd ../../../srilm-1.7.3
export SRILM=$PWD
make MAKE_PIC=yes World
make cleanest
export PATH=$PATH:$PWD/bin/i686-m64
```
## Build runtime
Follow the instructions in `../../../README.md`
## Build TLG Graph
`run.sh output_dir`