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 cb77763 commit 7b854b6Copy full SHA for 7b854b6
examples/models/llama2/TARGETS
@@ -35,6 +35,7 @@ runtime.python_library(
35
},
36
visibility = [
37
"//bento/...",
38
+ "//bento_kernels/...",
39
"//executorch/...",
40
],
41
deps = [
@@ -76,6 +77,7 @@ runtime.python_library(
76
77
base_module = "executorch.examples.models.llama2",
78
79
80
81
"//executorch/examples/...",
82
83
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