From acc5e733c5c68e389a5f42fb5a22b2554b0a891d Mon Sep 17 00:00:00 2001 From: kdavis-mozilla Date: Tue, 18 Sep 2018 10:10:28 +0200 Subject: [PATCH] Fixed #1551, updated Readme's to 0.2.0 --- README.md | 2 +- native_client/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8aa238d3..0b3d01a4 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ git clone https://github.com/mozilla/DeepSpeech If you want to use the pre-trained English model for performing speech-to-text, you can download it (along with other important inference material) from the [DeepSpeech releases page](https://github.com/mozilla/DeepSpeech/releases). Alternatively, you can run the following command to download and unzip the files in your current directory: ```bash -wget -O - https://github.com/mozilla/DeepSpeech/releases/download/v0.1.1/deepspeech-0.1.1-models.tar.gz | tar xvfz - +wget -O - https://github.com/mozilla/DeepSpeech/releases/download/v0.2.0/deepspeech-0.2.0-models.tar.gz | tar xvfz - ``` ## Using the model diff --git a/native_client/README.md b/native_client/README.md index d8ff50ff..ed53e303 100644 --- a/native_client/README.md +++ b/native_client/README.md @@ -158,4 +158,4 @@ make package make npm-pack ``` -This will create the package `deepspeech-0.1.1.tgz` in `native_client/javascript`. +This will create the package `deepspeech-0.2.0.tgz` in `native_client/javascript`.