Merge pull request #3234 from lissyx/examples-rename-r0.8

Rename DeepSpeech-examples to STT-examples
This commit is contained in:
lissyx 2020-08-10 15:55:59 +02:00 committed by GitHub
commit 395f7d0be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

4
.gitmodules vendored
View File

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

View File

@ -1,4 +1,4 @@
User contributed 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>`_.
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>`_.

@ -1 +1 @@
Subproject commit 6f5f501fa62743f1b78fe162eb1a579a450bd38f
Subproject commit a184d968509acf48045d42a6a03be875d19dbfd5

View File

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

View File

@ -25,7 +25,7 @@ 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/DeepSpeech-examples"
EXAMPLES_CLONE_URL: "https://github.com/mozilla/STT-examples"
EXAMPLES_CHECKOUT_TARGET: "r0.8"
command:

View File

@ -32,7 +32,7 @@ payload:
env:
TC_MSYS_VERSION: 'MSYS_NT-6.3-9600'
MSYS: 'winsymlinks:nativestrict'
EXAMPLES_CLONE_URL: "https://github.com/mozilla/DeepSpeech-examples"
EXAMPLES_CLONE_URL: "https://github.com/mozilla/STT-examples"
EXAMPLES_CHECKOUT_TARGET: "r0.8"
command: