mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
12 lines
171 B
Bash
Executable File
12 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
source $(dirname "$0")/../tc-tests-utils.sh
|
|
|
|
source ${DS_ROOT_TASK}/DeepSpeech/tf/tc-vars.sh
|
|
|
|
export SYSTEM_TARGET=host
|
|
|
|
do_deepspeech_decoder_build
|