Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I needed to do this, too: #3718

Closed
Sandesh333333 opened this issue Jan 22, 2022 · 1 comment
Closed

I needed to do this, too: #3718

Sandesh333333 opened this issue Jan 22, 2022 · 1 comment

Comments

@Sandesh333333
Copy link

I needed to do this, too:

diff --git a/native_client/BUILD b/native_client/BUILD
index d25454a..be6040a 100644
--- a/native_client/BUILD
+++ b/native_client/BUILD
@@ -2,7 +2,6 @@
 
 load("@org_tensorflow//tensorflow:tensorflow.bzl", "tf_cc_shared_object", "tf_copts", "lrt_if_needed")
 load("@local_config_cuda//cuda:build_defs.bzl", "if_cuda")
-load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")
 load("@build_bazel_rules_apple//apple:ios.bzl", "ios_static_framework")
 
 load(
@@ -175,7 +174,6 @@ cc_library(
             "//tensorflow/core/kernels:gather_nd_op",  # GatherNd
             "//tensorflow/core/kernels:identity_op",  # Identity
             "//tensorflow/core/kernels:immutable_constant_op",  # ImmutableConst (used in memmapped models)
-            "//tensorflow/core/kernels:deepspeech_cwise_ops",  # Less, Minimum, Mul
             "//tensorflow/core/kernels:matmul_op",  # MatMul
             "//tensorflow/core/kernels:reduction_ops",  # Max
             "//tensorflow/core/kernels:mfcc_op",  # Mfcc

Originally posted by @Geremia in #3715 (comment)

@ftyers
Copy link
Collaborator

ftyers commented Feb 11, 2022

Please take a look at #3693.

@ftyers ftyers closed this as completed Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants