From 1e8213c38558b4b7e0a9c1471419138d3693a332 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Thu, 6 Aug 2020 16:16:33 +0200 Subject: [PATCH] Rename NuGet -GPU package to -CUDA --- taskcluster/tc-netframework-ds-tests.sh | 2 +- taskcluster/win-build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/tc-netframework-ds-tests.sh b/taskcluster/tc-netframework-ds-tests.sh index 26e87d6c..c2e0093d 100644 --- a/taskcluster/tc-netframework-ds-tests.sh +++ b/taskcluster/tc-netframework-ds-tests.sh @@ -11,7 +11,7 @@ bitrate=$1 set_ldc_sample_filename "${bitrate}" if [ "${package_option}" = "cuda" ]; then - PROJECT_NAME="Mozilla-Voice-STT-GPU" + PROJECT_NAME="Mozilla-Voice-STT-CUDA" elif [ "${package_option}" = "--tflite" ]; then PROJECT_NAME="Mozilla-Voice-STT-TFLite" model_source=${DEEPSPEECH_TEST_MODEL//.pb/.tflite} diff --git a/taskcluster/win-build.sh b/taskcluster/win-build.sh index 548d698a..1d86a6de 100755 --- a/taskcluster/win-build.sh +++ b/taskcluster/win-build.sh @@ -16,7 +16,7 @@ BAZEL_TARGETS=" if [ "${package_option}" = "--cuda" ]; then BAZEL_ENV_FLAGS="TF_NEED_CUDA=1 ${TF_CUDA_FLAGS}" BAZEL_BUILD_FLAGS="${BAZEL_CUDA_FLAGS} ${BAZEL_EXTRA_FLAGS} ${BAZEL_OPT_FLAGS}" - PROJECT_NAME="Mozilla-Voice-STT-GPU" + PROJECT_NAME="Mozilla-Voice-STT-CUDA" elif [ "${package_option}" = "--tflite" ]; then PROJECT_NAME="Mozilla-Voice-STT-TFLite" BAZEL_BUILD_FLAGS="--define=runtime=tflite ${BAZEL_OPT_FLAGS} ${BAZEL_EXTRA_FLAGS}"