From 279dc947f1428d76a1cba5557aaf9d4c921ce257 Mon Sep 17 00:00:00 2001 From: Shubham Kumar Date: Sun, 23 Feb 2020 15:01:57 +0530 Subject: [PATCH] added ctc decoder builds tasks --- taskcluster/scriptworker-task-github.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/taskcluster/scriptworker-task-github.yml b/taskcluster/scriptworker-task-github.yml index 3e027461..7b3e9bd1 100644 --- a/taskcluster/scriptworker-task-github.yml +++ b/taskcluster/scriptworker-task-github.yml @@ -25,9 +25,11 @@ build: artifacts_deps: python: - "darwin-amd64-cpu-opt" + - "darwin-amd64-ctc-opt" - "darwin-amd64-tflite-opt" - "linux-amd64-cpu-opt" - "linux-amd64-tflite-opt" + - "linux-amd64-ctc-opt" - "linux-amd64-gpu-opt" - "linux-rpi3-cpu-opt" - "linux-arm64-cpu-opt"