mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
This will help landing AOT support, avoiding turning tc-build.sh and tc-package.sh into a spaghetti mess. Fixes #898
16 lines
836 B
YAML
16 lines
836 B
YAML
build:
|
|
template_file: linux-opt-base.tyml
|
|
routes:
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branch}.gpu"
|
|
- "index.project.deepspeech.deepspeech.native_client.${event.head.branch}.${event.head.sha}.gpu"
|
|
- "index.project.deepspeech.deepspeech.native_client.gpu.${event.head.sha}"
|
|
tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.gpu/artifacts/public/home.tar.xz"
|
|
summarize_graph: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.master.gpu/artifacts/public/summarize_graph"
|
|
maxRunTime: 14400
|
|
scripts:
|
|
build: "taskcluster/cuda-build.sh"
|
|
package: "taskcluster/cuda-package.sh"
|
|
metadata:
|
|
name: "DeepSpeech Linux AMD64 CUDA"
|
|
description: "Building DeepSpeech for Linux/AMD64, CUDA-enabled, optimized version"
|