Skip to content

Commit

Permalink
[build] Disable EV build
Browse files Browse the repository at this point in the history
  • Loading branch information
poinwater committed Sep 1, 2023
1 parent 7f20412 commit 26314f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tensorflow_recommenders_addons/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ config_setting(
constraint_values = ["@bazel_tools//platforms:windows"],
)

# Disable EV due to one of the library removed from Tensorflow 2.13
py_library(
name = "tensorflow_recommenders_addons",
srcs = glob(["**/*.py"]),
deps = [
"//tensorflow_recommenders_addons/dynamic_embedding/python/ops:dynamic_embedding",
"//tensorflow_recommenders_addons/embedding_variable/python:embedding_variable",
# "//tensorflow_recommenders_addons/embedding_variable/python:embedding_variable",
"//tensorflow_recommenders_addons/utils",
],
)
Expand Down

0 comments on commit 26314f0

Please sign in to comment.