Skip to content

Commit 7b854b6

Browse files
stephenbo-metafacebook-github-bot
authored andcommitted
Expand visibility of targets needed for executorch_llama2 kernel (#3174)
Summary: Pull Request resolved: #3174 See title Reviewed By: tarun292 Differential Revision: D56361946 fbshipit-source-id: 12d5d9cb3f265173696173073b6d2357dae0848a
1 parent cb77763 commit 7b854b6

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
@@ -35,6 +35,7 @@ runtime.python_library(
3535
},
3636
visibility = [
3737
"//bento/...",
38+
"//bento_kernels/...",
3839
"//executorch/...",
3940
],
4041
deps = [
@@ -76,6 +77,7 @@ runtime.python_library(
7677
base_module = "executorch.examples.models.llama2",
7778
visibility = [
7879
"//bento/...",
80+
"//bento_kernels/...",
7981
"//executorch/examples/...",
8082
],
8183
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)