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.
This commit is contained in:
Kathy Reid 2021-01-03 13:53:46 +11:00 committed by GitHub
parent fcbd92d0d7
commit bb47cf26d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <https://github.com/mozilla/DeepSpeech/releases>`_):
Clone the latest released stable branch from Github (e.g. 0.9.3, check `here <https://github.com/mozilla/DeepSpeech/releases>`_):
.. 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.