Skip to content

Commit c89fb04

Browse files
AleksMattf-text-github-robot
authored andcommitted
Internal change.
PiperOrigin-RevId: 831386584
1 parent f0c7929 commit c89fb04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tensorflow_text/BUILD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,10 @@ py_library(
7777
"python/ops/__init__.py",
7878
"tools/__init__.py",
7979
],
80+
# TODO: b/459693180 - Opt in the library for lazy imports as this will yield a significant
81+
# performance gain for some of its users. This is currently not possible as it breaks a number
82+
# of tests in //third_party/tensorflow_text/.
83+
lazy_imports = False,
8084
deps = [
8185
":bert_tokenizer",
8286
":boise_offset_converter",

0 commit comments

Comments
 (0)