This commit is contained in:
Reuben Morais 2019-06-20 14:25:14 -03:00
Родитель 080fc27c65
Коммит 4b29b78832
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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.5.0/deepspeech-0.5.0-models.tar.gz
tar xvfz deepspeech-0.5.0-models.tar.gz
wget https://github.com/mozilla/DeepSpeech/releases/download/v0.5.1/deepspeech-0.5.1-models.tar.gz
tar xvfz deepspeech-0.5.1-models.tar.gz
```
### Model compatibility

Просмотреть файл

@ -1 +1 @@
0.5.0
0.5.1