Merge pull request #3234 from lissyx/examples-rename-r0.8
Rename DeepSpeech-examples to STT-examples
This commit is contained in:
commit
395f7d0be5
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user