Skip to content

Commit 386935e

Browse files
committed
Revert "Merge pull request #3230 from mozilla/rename-nuget-gpu-to-cuda"
This reverts commit 0610a7a, reversing changes made to c31df0f.
1 parent 01fd13b commit 386935e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

taskcluster/tc-netframework-ds-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ bitrate=$1
1111
set_ldc_sample_filename "${bitrate}"
1212

1313
if [ "${package_option}" = "cuda" ]; then
14-
PROJECT_NAME="Mozilla-Voice-STT-CUDA"
14+
PROJECT_NAME="Mozilla-Voice-STT-GPU"
1515
elif [ "${package_option}" = "--tflite" ]; then
1616
PROJECT_NAME="Mozilla-Voice-STT-TFLite"
1717
model_source=${DEEPSPEECH_TEST_MODEL//.pb/.tflite}

taskcluster/win-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ BAZEL_TARGETS="
1616
if [ "${package_option}" = "--cuda" ]; then
1717
BAZEL_ENV_FLAGS="TF_NEED_CUDA=1 ${TF_CUDA_FLAGS}"
1818
BAZEL_BUILD_FLAGS="${BAZEL_CUDA_FLAGS} ${BAZEL_EXTRA_FLAGS} ${BAZEL_OPT_FLAGS}"
19-
PROJECT_NAME="Mozilla-Voice-STT-CUDA"
19+
PROJECT_NAME="Mozilla-Voice-STT-GPU"
2020
elif [ "${package_option}" = "--tflite" ]; then
2121
PROJECT_NAME="Mozilla-Voice-STT-TFLite"
2222
BAZEL_BUILD_FLAGS="--define=runtime=tflite ${BAZEL_OPT_FLAGS} ${BAZEL_EXTRA_FLAGS}"

0 commit comments

Comments
 (0)