Skip to content

Commit 612d383

Browse files
authored
Make it public
Differential Revision: D72486550 Pull Request resolved: #42
1 parent f69319a commit 612d383

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Diff for: pytorch_tokenizers/targets.bzl

+1-8
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ def define_common_targets():
1515
"hf_tokenizer.py",
1616
],
1717
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-
],
18+
visibility = ["PUBLIC"],
2619
_is_external_target = True,
2720
external_deps = [
2821
"sentencepiece-py",

0 commit comments

Comments
 (0)