[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge branch 'coqui-ai:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
HarikalarKutusu committed Jul 3, 2022
2 parents 3dc2efc + 7d5a828 commit b9da8e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# Shared variables
CI_TASK_DIR: ${{ github.workspace }}
CI_ARTIFACTS_DIR: ${{ github.workspace }}/artifacts
EXPECTED_TENSORFLOW_VERSION: "TensorFlow: v2.8.0-8-g06c8fea58fd"
EXPECTED_TENSORFLOW_VERSION: "TensorFlow: v2.9.1-9-g433eaf9f93b"
STT_PROD_MODEL: https://github.com/coqui-ai/STT/releases/download/v0.10.0-alpha.7/output_graph.tflite
BAZEL_CACHE: ${{ secrets.BAZEL_CACHE }}

Expand Down
3 changes: 2 additions & 1 deletion native_client/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,9 @@ cc_library(
includes = DECODER_INCLUDES,
deps = [
":decoder",
"//tensorflow/lite:framework_stable",
"//tensorflow/lite:framework_experimental",
"//tensorflow/lite/kernels:builtin_ops",
"//tensorflow/lite/tools/delegates:delegate_provider_lib",
"//tensorflow/lite/tools/evaluation:utils",
],
)
Expand Down
2 changes: 1 addition & 1 deletion tensorflow
Submodule tensorflow updated 5869 files

0 comments on commit b9da8e6

Please sign in to comment.