12 lines
161 B
Bash
12 lines
161 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
cuda=$1
|
|
|
|
source $(dirname "$0")/../tc-tests-utils.sh
|
|
|
|
source ${DS_ROOT_TASK}/DeepSpeech/tf/tc-vars.sh
|
|
|
|
do_deepspeech_npm_package "${cuda}"
|