diff --git a/doc/TRAINING.rst b/doc/TRAINING.rst index 7274ef5c..50828ac2 100644 --- a/doc/TRAINING.rst +++ b/doc/TRAINING.rst @@ -12,11 +12,13 @@ Prerequisites for training a model Getting the training code ^^^^^^^^^^^^^^^^^^^^^^^^^ -Clone the DeepSpeech repository: +Clone the latest released stable branch from Github (e.g. 0.8.2, check `here `_ for current version) to start with as the master branch is under active development and might produce errors: .. code-block:: bash - git clone https://github.com/mozilla/DeepSpeech + git clone --branch v0.8.2 https://github.com/mozilla/DeepSpeech + +If you plan on committing code or you want to report bugs, please use the master branch. Creating a virtual environment ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^