Revert "Merge pull request #3233 from lissyx/examples-rename-master"

This reverts commit 86845dd022, reversing
changes made to 3dcb3743ac.
This commit is contained in:
Reuben Morais 2020-08-25 15:36:13 +02:00
Родитель d000d76548
Коммит fee45c425e
5 изменённых файлов: 6 добавлений и 6 удалений

2
.gitmodules поставляемый
Просмотреть файл

@ -1,6 +1,6 @@
[submodule "doc/examples"]
path = doc/examples
url = https://github.com/mozilla/STT-examples.git
url = https://github.com/mozilla/DeepSpeech-examples.git
branch = master
[submodule "tensorflow"]
path = tensorflow

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

@ -1,4 +1,4 @@
User contributed examples
=========================
There are also several user contributed examples available on a separate examples repository: `https://github.com/mozilla/STT-examples <https://github.com/mozilla/STT-examples>`_.
There are also several user contributed examples available on a separate examples repository: `https://github.com/mozilla/DeepSpeech-examples <https://github.com/mozilla/DeepSpeech-examples>`_.

@ -1 +1 @@
Subproject commit adde02be1676d3ec4a2c18008b4871489f3bb42a
Subproject commit 93914db805408b4a130e4489cb5d4ff88cd95159

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

@ -3,4 +3,4 @@ Examples
Mozilla Voice STT examples were moved to a separate repository.
New location: https://github.com/mozilla/STT-examples
New location: https://github.com/mozilla/DeepSpeech-examples

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

@ -25,8 +25,8 @@ then:
DEEPSPEECH_MODEL: "https://github.com/reuben/DeepSpeech/releases/download/v0.8.0/models_0.8.tar.gz"
DEEPSPEECH_AUDIO: "https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/audio-0.4.1.tar.gz"
PIP_DEFAULT_TIMEOUT: "60"
EXAMPLES_CLONE_URL: "https://github.com/mozilla/STT-examples"
EXAMPLES_CHECKOUT_TARGET: "master"
EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples"
EXAMPLES_CHECKOUT_TARGET: "nodejs-scoped-name"
command:
- "/bin/bash"