Skip to content

Commit

Permalink
Merge pull request #2167 from mozilla/bump-0.5.0
Browse files Browse the repository at this point in the history
Bump version to 0.5.0
  • Loading branch information
reuben authored Jun 11, 2019
2 parents 6f8c902 + a7e1d81 commit 3db7a99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ The GPU capable builds (Python, NodeJS, C++, etc) depend on the same CUDA runtim
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 model files in your current directory:

```bash
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/deepspeech-0.4.1-models.tar.gz
tar xvfz deepspeech-0.4.1-models.tar.gz
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.5.0/deepspeech-0.5.0-models.tar.gz
tar xvfz deepspeech-0.5.0-models.tar.gz
```

### Model compatibility
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0-alpha.11
0.5.0

0 comments on commit 3db7a99

Please sign in to comment.