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 8ad15f3 commit 42643b9Copy full SHA for 42643b9
examples/models/llama/TARGETS
@@ -61,6 +61,7 @@ runtime.python_library(
61
"//bento/...",
62
"//bento_kernels/...",
63
"//executorch/...",
64
+ "@EXECUTORCH_CLIENTS",
65
],
66
deps = [
67
"//caffe2:torch",
kernels/quantized/targets.bzl
@@ -47,7 +47,7 @@ def define_common_targets():
47
exir_custom_ops_aot_lib(
48
name = "aot_lib",
49
yaml_target = ":quantized.yaml",
50
- visibility = ["//executorch/..."],
+ visibility = ["//executorch/...","@EXECUTORCH_CLIENTS"],
51
kernels = [":quantized_operators_aten"],
52
53
":quantized_ops_need_aot_registration",
0 commit comments