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