We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3b2d3 commit 02c0a77Copy full SHA for 02c0a77
jax_tpu_embedding/sparsecore/lib/nn/BUILD
@@ -16,7 +16,10 @@ load("//third_party/bazel/python:pytype.bzl", "pytype_strict_library")
16
17
package(
18
default_applicable_licenses = ["//:license"],
19
- default_visibility = ["//jax_tpu_embedding/sparsecore:__subpackages__"],
+ default_visibility = [
20
+ "//jax_tpu_embedding/sparsecore:__subpackages__",
21
+ "//video/youtube/discovery/ml_infra/jax:__subpackages__",
22
+ ],
23
)
24
25
pytype_strict_library(
0 commit comments