Skip to content

Commit

Permalink
Update README.md to reflect requirements in install_chime8
Browse files Browse the repository at this point in the history
Signed-off-by: Samuele Cornell <cornellsamuele@gmail.com>
  • Loading branch information
popcornell authored Jan 30, 2024
1 parent 94590ae commit 576eb57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/chime7/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ pip install optuna-fast-fanova gunicorn
pip install optuna-dashboard
pip install lhotse==1.14.0
pip install --upgrade jiwer
pip install cmake>=3.18
./run_install_lm.sh "/your/path/to/NeMo"
```

Expand Down Expand Up @@ -186,4 +187,4 @@ asr_model_path=${ASR_MODEL_PATH} \
lm_model_path=${LM_MODEL_PATH} \
diarizer.vad.model_path=${VAD_MODEL_PATH} \
diarizer.msdd_model.model_path=${MSDD_MODEL_PATH} \
```
```

0 comments on commit 576eb57

Please sign in to comment.