DeepSpeech/taskcluster/linux-amd64-gpu-opt.yml
Alexandre Lissy 31616daf02 TaskCluster Decision Task
Fixes #837
2017-09-18 20:59:27 +02:00

14 lines
635 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"
maxRunTime: 14400
args:
tcbuild: "--gpu"
metadata:
name: "DeepSpeech Linux AMD64 CUDA"
description: "Building DeepSpeech for Linux/AMD64, CUDA-enabled, optimized version"