From 34d4fb7b96313794bb23c0effe6d52fcf9efb8f0 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Mon, 2 Dec 2019 17:34:42 +0100 Subject: [PATCH] Warn about master docs applying to master only X-DeepSpeech: NOBUILD --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 4ace96cd..fdf81c03 100644 --- a/README.rst +++ b/README.rst @@ -14,6 +14,8 @@ Project DeepSpeech DeepSpeech is an open source Speech-To-Text engine, using a model trained by machine learning techniques based on `Baidu's Deep Speech research paper `_. Project DeepSpeech uses Google's `TensorFlow `_ to make the implementation easier. +**NOTE:** This documentation applies to the **master branch** of DeepSpeech only. If you're using a stable release, you must use the documentation for the corresponding version by using GitHub's branch switcher button above. + To install and use deepspeech all you have to do is: .. code-block:: bash