We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69319a commit 612d383Copy full SHA for 612d383
pytorch_tokenizers/targets.bzl
@@ -15,14 +15,7 @@ def define_common_targets():
15
"hf_tokenizer.py",
16
],
17
base_module = "pytorch_tokenizers",
18
- visibility = [
19
- "//executorch/examples/...",
20
- "//executorch/extension/llm/export/...",
21
- "//bento/...",
22
- "//bento_kernels/...",
23
- "//pytorch/tokenizers/...",
24
- "@EXECUTORCH_CLIENTS",
25
- ],
+ visibility = ["PUBLIC"],
26
_is_external_target = True,
27
external_deps = [
28
"sentencepiece-py",
0 commit comments