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 db17853 commit 5477a9bCopy full SHA for 5477a9b
examples/models/llama2/TARGETS
@@ -36,6 +36,7 @@ runtime.python_library(
36
},
37
visibility = [
38
"//bento/...",
39
+ "//bento_kernels/...",
40
"//executorch/...",
41
],
42
deps = [
@@ -74,6 +75,7 @@ runtime.python_library(
74
75
base_module = "executorch.examples.models.llama2",
76
77
78
79
"//executorch/examples/...",
80
81
examples/models/llama2/tokenizer/targets.bzl
@@ -51,6 +51,7 @@ def define_common_targets():
51
52
53
54
55
56
_is_external_target = True,
57
deps = [] if runtime.is_oss else ["fbsource//third-party/pypi/sentencepiece:sentencepiece"],
0 commit comments