From e6779e8f848b0af72231a985529e64155f7dd6e8 Mon Sep 17 00:00:00 2001 From: madprogramer Date: Thu, 16 Apr 2020 15:45:56 +0300 Subject: [PATCH] Added: native_client can be found in the releases I wanted to install the binary without cloning the entire repository (and thereby the required `util/taskcluster.py`) and was only able to find it pretty much by chance. I feel that adding this into the README could save people from a few headaches. --- doc/USING.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/USING.rst b/doc/USING.rst index 2e357af1..c4993935 100644 --- a/doc/USING.rst +++ b/doc/USING.rst @@ -160,6 +160,8 @@ also, if you need some binaries different than current master, like ``v0.2.0-alp The script ``taskcluster.py`` will download ``native_client.tar.xz`` (which includes the ``deepspeech`` binary and associated libraries) and extract it into the current folder. Also, ``taskcluster.py`` will download binaries for Linux/x86_64 by default, but you can override that behavior with the ``--arch`` parameter. See the help info with ``python util/taskcluster.py -h`` for more details. Specific branches of DeepSpeech or TensorFlow can be specified as well. +Alternatively you may manually download the ``native_client.tar.xz`` from the [releases](https://github.com/mozilla/DeepSpeech/releases). + Note: the following command assumes you `downloaded the pre-trained model <#getting-the-pre-trained-model>`_. .. code-block:: bash