Commit Graph

189 Commits

Author SHA1 Message Date
Alexandre Lissy
eab8bf5dec Add ElectronJS v6.0
Fixes #2408
2019-10-10 13:48:37 +02:00
Alexandre Lissy
d1936c60b3 Refer to examples from doc
Fixes #2338
2019-10-04 12:07:32 +02:00
Alexandre Lissy
9ce8c24165 Move from Markdown to reStructuredText 2019-10-04 12:07:32 +02:00
Alexandre Lissy
0969b4f9b9 Improve macOS tc-workdir cleanup 2019-09-30 15:24:20 +02:00
Alexandre Lissy
33281c4aac Add TaskCluster documentation generation 2019-09-24 10:55:26 +02:00
Alexandre Lissy
4103247a21 Use TFLite runtime on RPi3/RPi4 2019-09-23 14:44:27 +02:00
Alexandre Lissy
5ef0117df0 Run examples on TaskCluster
Fixes #2353
2019-09-17 20:19:09 +02:00
Reuben Morais
43b60a621c Use globbing instead of hardcoding SWIG version 2019-08-23 10:45:13 +02:00
Alexandre Lissy
dfe8be30b4 Move to ARMbian Buster
Fixes #2310
2019-08-21 22:58:10 +02:00
lissyx
d5544b4a15
Merge pull request #2313 from lissyx/static-libsox
Statically link libsox
2019-08-21 22:53:18 +02:00
Alexandre Lissy
8534c0f93a Statically link libsox 2019-08-21 21:35:08 +02:00
Carlos Fonseca
4812276d88 Add WPF example build 2019-08-21 19:04:20 +00:00
Alexandre Lissy
e06fce51ac Move Raspbian support to Buster
Fixes #2272
2019-08-20 16:37:26 +02:00
Reuben Morais
23f5bc090d Update prod model to version re-exported with latest master 2019-07-22 14:29:45 +02:00
Alexandre Lissy
938fdaf118 Add liblzma-dev to build python from pyenv with _lzma
Fixes #2256
2019-07-19 16:45:38 +02:00
Alexandre Lissy
cfb8f81611 Leverage TaskCluster-level caching for Homebrew and Python on macOS 2019-07-16 14:14:06 +02:00
lissyx
078d179ae1
Merge pull request #2242 from lissyx/package-libdev-win
Package Windows link-lib
2019-07-12 20:07:38 +02:00
Alexandre Lissy
e9d9b33ff6 Ensure --cuda flag passed for CUDA builds
Fixes #2243
2019-07-12 14:15:45 +02:00
Alexandre Lissy
e6c05a2313 Package Windows link-lib 2019-07-12 12:06:40 +02:00
Reuben Morais
4ca74f72d1 Switch to mozilla/tensorflow r1.14 indexes 2019-07-11 09:34:46 +02:00
Reuben Morais
0b96ba40c2 Workaround 7z missing path problem by removing redundant destination argument 2019-07-10 21:47:33 +02:00
Reuben Morais
615b31a094 Switch to deepspeech-win-b worker type with cudafe++ fix 2019-07-08 18:59:53 +02:00
Alexandre Lissy
46bf75074f Ensure 'npm install' under task directory 2019-07-03 10:32:28 +02:00
Alexandre Lissy
8753b19eb3 Update versions of Python, NodeJS and ElectronJS 2019-07-02 16:41:23 +02:00
Alexandre Lissy
2f225dc987 Package DeepSpeech header
Fixes #2214
2019-06-27 15:07:01 +02:00
Alexandre Lissy
ad11e02582 Testing TFLite runtime on Linux/macOS/Windows 2019-06-26 20:18:53 +02:00
Alexandre Lissy
a9ec2b5cd6 Building TFLite runtime on Linux/macOS/Windows 2019-06-26 20:18:53 +02:00
Reuben Morais
d50c0397c7 Use bazel workspace status to generate versions 2019-06-25 18:03:52 -03:00
Reuben Morais
67d6b5f8ca
Merge pull request #2190 from mozilla/update-prodmodel-0.6.0-alpha.0
Update prod tests to point to re-exported 0.5 model
2019-06-24 21:53:11 +00:00
Reuben Morais
d7241df241 Update to Homebrew 2.1.6 2019-06-24 09:24:26 -03:00
Reuben Morais
79ab22086e Fix tests to preserve multiline output and stderr output 2019-06-20 20:55:08 -03:00
Reuben Morais
f70f068484 Update prod tests to point to re-exported 0.5 model 2019-06-20 18:32:30 -03:00
Reuben Morais
a2306cf822
Merge pull request #2146 from mozilla/refactor-model-impls
Refactor TF and TFLite implementations into their own classes/files and fix concurrent/interleaved stream bugs by tracking LSTM state in StreamingState
2019-06-20 17:03:33 -03:00
Reuben Morais
37b82f93ac Add a test for calling DS_IntermediateDecode during streaming 2019-06-20 09:48:00 -03:00
Reuben Morais
f12ea5e958 Add a test for interleaved/concurrent streams with a single model instance 2019-06-18 19:38:59 -03:00
Alexandre Lissy
bec5be7640 Move all tc-* scripts under taskcluster/
Fixes #1912
2019-06-14 16:06:01 +02:00
Reuben Morais
f02d79cca2 Update prod tests to point to 0.5 model 2019-06-07 13:14:45 -03:00
Alexandre Lissy
a9f237e654 Windows/pacmam provides SWIG 4.0.0 2019-05-28 13:24:47 +02:00
Alexandre Lissy
81b333c2f5 Ensure proper cleanup on macOS workers
It seems like `-e` does is job and bash catches faulty exit code, thus
avoiding the required `mv` for dealing with caches. Relying on 'trap' is
the proper way to always go through this code path and ensure picking
the exit code.
2019-05-27 08:53:52 +02:00
Alexandre Lissy
af26d8b2bb Deprecate training on Python 2.7 2019-05-10 17:23:54 +02:00
Alexandre Lissy
d47839c71a Remove upstream-merged changed and move to SWIG 4.0.0 2019-05-10 12:42:07 +02:00
Alexandre Lissy
348dd0e315 Add ElectronJS v5.0.0 2019-04-25 15:43:16 +02:00
Alexandre Lissy
f7f6a1480f Add NodeJS v12 support
Fixes #2070
2019-04-25 15:43:16 +02:00
Reuben Morais
97941db3d8 Move .NET bindings to native_client folder 2019-04-11 13:09:45 -03:00
Alexandre Lissy
7bd1619120 Build for ElectronJS
Fixes #2032
2019-04-11 08:32:10 +02:00
Reuben Morais
625064c4ae
Rename Windows CUDA native client package to match Linux package
X-DeepSpeech: NOBUILD
2019-04-09 22:36:25 +00:00
Alexandre Lissy
47ef5d3328 Add Windows Python packages to upload tasks
X-DeepSpeech: NOBUILD
2019-04-08 14:43:31 +02:00
Alexandre Lissy
6dbf65cce8 Produce Windows Python bindings
Fixes #1937
2019-04-08 14:38:43 +02:00
Alexandre Lissy
98418f7628 Use Windows paths for NodeJS extraction
This allows to overcome the 260 chars limit, being hit with some NodeJS
instances.
2019-04-08 10:55:55 +02:00
Alexandre Lissy
7f345fcccc Remove NodeJS v5.x tests on Windows
There is no nodejs-v5.*-win-x64.zip file
2019-04-08 10:22:29 +02:00