Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 4b29b78

Browse files
committed
Bump version to 0.5.1
1 parent 080fc27 commit 4b29b78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ The GPU capable builds (Python, NodeJS, C++, etc) depend on the same CUDA runtim
9797
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:
9898

9999
```bash
100-
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.5.0/deepspeech-0.5.0-models.tar.gz
101-
tar xvfz deepspeech-0.5.0-models.tar.gz
100+
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.5.1/deepspeech-0.5.1-models.tar.gz
101+
tar xvfz deepspeech-0.5.1-models.tar.gz
102102
```
103103

104104
### Model compatibility

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

0 commit comments

Comments
 (0)