Skip to content

Commit 02c0a77

Browse files
Internal
PiperOrigin-RevId: 716283357
1 parent bb3b2d3 commit 02c0a77

File tree

1 file changed

+4
-1
lines changed
  • jax_tpu_embedding/sparsecore/lib/nn

1 file changed

+4
-1
lines changed

jax_tpu_embedding/sparsecore/lib/nn/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ load("//third_party/bazel/python:pytype.bzl", "pytype_strict_library")
1616

1717
package(
1818
default_applicable_licenses = ["//:license"],
19-
default_visibility = ["//jax_tpu_embedding/sparsecore:__subpackages__"],
19+
default_visibility = [
20+
"//jax_tpu_embedding/sparsecore:__subpackages__",
21+
"//video/youtube/discovery/ml_infra/jax:__subpackages__",
22+
],
2023
)
2124

2225
pytype_strict_library(

0 commit comments

Comments
 (0)