Merge pull request #3486 from KathyReid/patch-3

Update refs to 0.9.3 from 0.9.2
This commit is contained in:
Reuben Morais 2021-01-03 09:56:24 +00:00 committed by GitHub
commit ad0f7d2ab7
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.