mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
14 lines
635 B
YAML
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"
|