mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
12 lines
167 B
Bash
12 lines
167 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
package_option=$1
|
|
|
|
source $(dirname "$0")/tc-tests-utils.sh
|
|
|
|
source $(dirname "$0")/tf_tc-vars.sh
|
|
|
|
do_deepspeech_npm_package "${package_option}"
|