Skip to content

Commit

Permalink
Merge pull request #3234 from lissyx/examples-rename-r0.8
Browse files Browse the repository at this point in the history
Rename DeepSpeech-examples to STT-examples
  • Loading branch information
lissyx authored Aug 10, 2020
2 parents fd482e8 + d989a51 commit 395f7d0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion doc/Contributed-Examples.rst
Original file line number Diff line number Diff line change
@@ -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>`_.
2 changes: 1 addition & 1 deletion doc/examples
2 changes: 1 addition & 1 deletion examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion taskcluster/examples-base.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/win-opt-base.tyml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 395f7d0

Please sign in to comment.