Skip to content

Commit 42643b9

Browse files
dspgbgjdfacebook-github-bot
authored andcommitted
Temporary Commit at 2/12/2025, 8:05:07 PM
Differential Revision: D69572954 Privacy Context Container: L1281892
1 parent 8ad15f3 commit 42643b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/models/llama/TARGETS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ runtime.python_library(
6161
"//bento/...",
6262
"//bento_kernels/...",
6363
"//executorch/...",
64+
"@EXECUTORCH_CLIENTS",
6465
],
6566
deps = [
6667
"//caffe2:torch",

kernels/quantized/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def define_common_targets():
4747
exir_custom_ops_aot_lib(
4848
name = "aot_lib",
4949
yaml_target = ":quantized.yaml",
50-
visibility = ["//executorch/..."],
50+
visibility = ["//executorch/...","@EXECUTORCH_CLIENTS"],
5151
kernels = [":quantized_operators_aten"],
5252
deps = [
5353
":quantized_ops_need_aot_registration",

0 commit comments

Comments
 (0)