Merge pull request #1552 from mozilla/issue1551

Fixed #1551, updated Readme's to 0.2.0
This commit is contained in:
Reuben Morais 2018-09-18 12:06:40 -03:00 committed by GitHub
commit 60a196aa88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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: 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 ```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 ## Using the model

View File

@ -158,4 +158,4 @@ make package
make npm-pack 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`.