Update README.md

This commit is contained in:
tscizzlebg
2025-07-02 15:14:17 -07:00
committed by GitHub
parent c798093be6
commit 2bbd0d0523

View File

@@ -48,7 +48,7 @@ Please download these datasets from [Dryad](https://datadryad.org/stash/dataset/
sudo apt-get update
sudo apt-get install redis
```
- Turn of autorestarting for the redis server in terminal:
- Turn off autorestarting for the redis server in terminal:
- `sudo systemctl disable redis-server`
- `CMake >= 3.14` and `gcc >= 10.1` are required for the ngram language model installation. You can install these on linux with `sudo apt-get install build-essential`.
@@ -64,4 +64,4 @@ We use an ngram language model plus rescoring via the [Facebook OPT 6.7b](https:
Our Kaldi-based ngram implementation requires a different version of torch than our model training pipeline, so running the ngram language models requires an additional seperate python conda environment. To create this conda environment, run the following command from the root directory of this repository. For more detailed instructions, see the README.md in the `language_model` subdirectory.
```bash
./setup_lm.sh
```
```