Skip to content

Commit 04b062e

Browse files
Internal
PiperOrigin-RevId: 719441319
1 parent b95d8bf commit 04b062e

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

jax_tpu_embedding/sparsecore/lib/core/BUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ load("//third_party/bazel/python:pytype.bzl", "pytype_strict_contrib_test", "pyt
1717

1818
package(
1919
default_applicable_licenses = ["//:license"],
20-
default_visibility = ["//jax_tpu_embedding/sparsecore:__subpackages__"],
20+
default_visibility = [
21+
"//jax_tpu_embedding/sparsecore:__subpackages__",
22+
"//smartass/brain/configure/jax:__subpackages__",
23+
],
2124
)
2225

2326
cc_library(

0 commit comments

Comments
 (0)