From bb47cf26d09827c60b48b5e15198ee81aeb2aa89 Mon Sep 17 00:00:00 2001 From: Kathy Reid Date: Sun, 3 Jan 2021 13:53:46 +1100 Subject: [PATCH] Update refs to 0.9.3 from 0.9.2 I'm using this documentation to build out a Playbook - please don't interpret this as nitpicking, saw a minor change and made it. --- doc/TRAINING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/TRAINING.rst b/doc/TRAINING.rst index 037dc2b1..a5a08e24 100644 --- a/doc/TRAINING.rst +++ b/doc/TRAINING.rst @@ -15,11 +15,11 @@ Prerequisites for training a model Getting the training code ^^^^^^^^^^^^^^^^^^^^^^^^^ -Clone the latest released stable branch from Github (e.g. 0.9.2, check `here `_): +Clone the latest released stable branch from Github (e.g. 0.9.3, check `here `_): .. code-block:: bash - git clone --branch v0.9.2 https://github.com/mozilla/DeepSpeech + git clone --branch v0.9.3 https://github.com/mozilla/DeepSpeech If you plan on committing code or you want to report bugs, please use the master branch.