DeepSpeech/taskcluster/win-amd64-gpu-opt.yml
2019-06-24 09:24:26 -03:00

18 lines
950 B
YAML

build:
template_file: win-opt-base.tyml
routes:
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.win-cuda"
- "index.project.deepspeech.deepspeech.native_client.${event.head.branchortag}.${event.head.sha}.win-cuda"
- "index.project.deepspeech.deepspeech.native_client.win-cuda.${event.head.sha}"
- "notify.irc-channel.${notifications.irc}.on-exception"
- "notify.irc-channel.${notifications.irc}.on-failed"
tensorflow: "https://index.taskcluster.net/v1/task/project.deepspeech.tensorflow.pip.r1.13.174b4760eb1cba50482ed7d890e654060d360e4b.win-cuda/artifacts/public/home.tar.xz"
scripts:
build: "taskcluster/win-build.sh --cuda"
package: "taskcluster/win-package.sh"
nc_asset_name: "native_client.amd64.cuda.win.tar.xz"
maxRunTime: 14400
metadata:
name: "DeepSpeech Windows AMD64 CUDA"
description: "Building DeepSpeech for Windows AMD64, CUDA-enabled, optimized version"