DeepSpeech/taskcluster/linux-amd64-gpu-opt.yml
Alexandre Lissy bd0fedc312 Split TaskCluster build scripts and refactor some variables
This will help landing AOT support, avoiding turning tc-build.sh and
tc-package.sh into a spaghetti mess.

Fixes #898
2017-10-19 15:43:47 +02:00

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"