mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
24 lines
1.2 KiB
YAML
24 lines
1.2 KiB
YAML
build:
|
|
template_file: linux-opt-base.tyml
|
|
routes:
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.cpu-ctc"
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.cpu-ctc"
|
|
- "index.project.deepspeech.deepspeech.native_client.cpu-ctc.${event.head.sha}"
|
|
- "notify.irc-channel.${notifications.irc}.on-exception"
|
|
- "notify.irc-channel.${notifications.irc}.on-failed"
|
|
system_setup:
|
|
>
|
|
${nodejs.packages_trusty.prep_8} && ${nodejs.packages_trusty.apt_pinning}
|
|
&& apt-get -qq update && apt-get -qq -y install nodejs python-yaml &&
|
|
apt-get -qq -y install ${python.packages_trusty.apt} && ${swig.packages.install_script}
|
|
system_config:
|
|
>
|
|
${swig.patch_nodejs.linux}
|
|
tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.r1.13.174b4760eb1cba50482ed7d890e654060d360e4b.cpu/artifacts/public/home.tar.xz"
|
|
scripts:
|
|
build: 'taskcluster/decoder-build.sh'
|
|
package: 'taskcluster/decoder-package.sh'
|
|
metadata:
|
|
name: "DeepSpeech CTC Decoder Linux AMD64 CPU"
|
|
description: "Building DeepSpeech CTC Decoder for Linux/AMD64, CPU only, optimized version"
|