From 2bbd0d0523217e15492ba8dde6c1fd9fe42ed044 Mon Sep 17 00:00:00 2001 From: tscizzlebg <54290732+tscizzlebg@users.noreply.github.com> Date: Wed, 2 Jul 2025 15:14:17 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 421d84d..cb90c2f 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```