зеркало из https://github.com/mozilla/DeepSpeech.git
15 строки
521 B
YAML
15 строки
521 B
YAML
build:
|
|
template_file: generic_tc_caching-darwin-opt-base.tyml
|
|
cache:
|
|
artifact_url: ${system.tensorflow.ios_arm64.url}
|
|
artifact_namespace: ${system.tensorflow.ios_arm64.namespace}
|
|
workerType: ${macOS.tfBuild}
|
|
scripts:
|
|
setup: "taskcluster/tf_tc-setup.sh"
|
|
build: "taskcluster/tf_tc-build.sh --ios-arm64"
|
|
package: "taskcluster/tf_tc-package.sh"
|
|
maxRunTime: 28800
|
|
metadata:
|
|
name: "TensorFlow iOS ARM64 TFLite"
|
|
description: "Building TensorFlow for iOS ARM64, TFLite, optimized version"
|