mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
19 lines
596 B
YAML
19 lines
596 B
YAML
build:
|
|
template_file: generic_tc_caching-darwin-opt-base.tyml
|
|
cache:
|
|
artifact_url: ${system.tensorflow.darwin_amd64.url}
|
|
artifact_namespace: ${system.tensorflow.darwin_amd64.namespace}
|
|
generic:
|
|
workerType: "ds-macos-heavy"
|
|
system_config:
|
|
>
|
|
${tensorflow.packages_macos.brew}
|
|
scripts:
|
|
setup: "taskcluster/tf_tc-setup.sh"
|
|
build: "taskcluster/tf_tc-build.sh --osx"
|
|
package: "taskcluster/tf_tc-package.sh"
|
|
maxRunTime: 28800
|
|
metadata:
|
|
name: "TensorFlow OSX AMD64 CPU"
|
|
description: "Building TensorFlow for OSX AMD64, CPU only, optimized version"
|