mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
17 lines
902 B
YAML
17 lines
902 B
YAML
build:
|
|
template_file: darwin-opt-base.tyml
|
|
routes:
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.osx-ctc"
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.osx-ctc"
|
|
- "index.project.deepspeech.deepspeech.native_client.osx-ctc.${event.head.sha}"
|
|
- "notify.irc-channel.${notifications.irc}.on-exception"
|
|
- "notify.irc-channel.${notifications.irc}.on-failed"
|
|
tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.r1.12.943a6c332331c0ceeba981b51c24abfed2cd6ffa.osx/artifacts/public/home.tar.xz"
|
|
maxRunTime: 14400
|
|
scripts:
|
|
build: 'taskcluster/decoder-build.sh'
|
|
package: 'taskcluster/decoder-package.sh'
|
|
metadata:
|
|
name: "DeepSpeech CTC Decoder OSX AMD64 CPU"
|
|
description: "Building DeepSpeech CTC Decoder for OSX AMD64, CPU only, optimized version"
|