Skip to content

Commit 5477a9b

Browse files
stephenbo-metafacebook-github-bot
authored andcommitted
Expand visibility of targets needed for executorch_llama2 kernel
Summary: See title Differential Revision: D56361946
1 parent db17853 commit 5477a9b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

examples/models/llama2/TARGETS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ runtime.python_library(
3636
},
3737
visibility = [
3838
"//bento/...",
39+
"//bento_kernels/...",
3940
"//executorch/...",
4041
],
4142
deps = [
@@ -74,6 +75,7 @@ runtime.python_library(
7475
base_module = "executorch.examples.models.llama2",
7576
visibility = [
7677
"//bento/...",
78+
"//bento_kernels/...",
7779
"//executorch/examples/...",
7880
],
7981
deps = [

examples/models/llama2/tokenizer/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def define_common_targets():
5151
visibility = [
5252
"//executorch/examples/...",
5353
"//bento/...",
54+
"//bento_kernels/...",
5455
],
5556
_is_external_target = True,
5657
deps = [] if runtime.is_oss else ["fbsource//third-party/pypi/sentencepiece:sentencepiece"],

0 commit comments

Comments
 (0)