@@ -8,9 +8,7 @@ oncall("executorch")
88# TODO: this is a placeholder to support internal fbcode build. We should add the coreml backend target properly.
99runtime.python_library(
1010 name = "coreml",
11- visibility = [
12- "@EXECUTORCH_CLIENTS",
13- ],
11+ visibility = ["PUBLIC"],
1412)
1513
1614runtime.python_library(
@@ -19,9 +17,7 @@ runtime.python_library(
1917 "compiler/*.py",
2018 "logging.py",
2119 ]),
22- visibility = [
23- "@EXECUTORCH_CLIENTS",
24- ],
20+ visibility = ["PUBLIC"],
2521 deps = [
2622 "fbsource//third-party/pypi/coremltools:coremltools",
2723 ":executorchcoreml",
@@ -36,9 +32,7 @@ runtime.python_library(
3632 "partition/*.py",
3733 "logging.py",
3834 ]),
39- visibility = [
40- "@EXECUTORCH_CLIENTS",
41- ],
35+ visibility = ["PUBLIC"],
4236 deps = [
4337 "fbsource//third-party/pypi/coremltools:coremltools",
4438 ":backend",
@@ -55,9 +49,7 @@ runtime.python_library(
5549 srcs = glob([
5650 "quantizer/*.py",
5751 ]),
58- visibility = [
59- "@EXECUTORCH_CLIENTS",
60- ],
52+ visibility = ["PUBLIC"],
6153)
6254
6355runtime.python_library(
@@ -66,10 +58,7 @@ runtime.python_library(
6658 "recipes/__init__.py",
6759 "recipes/coreml_recipe_provider.py"
6860 ],
69- visibility = [
70- "@EXECUTORCH_CLIENTS",
71- "//executorch/export/...",
72- ],
61+ visibility = ["PUBLIC"],
7362 deps = [
7463 "fbsource//third-party/pypi/coremltools:coremltools",
7564 ":coreml_recipe_types",
@@ -91,10 +80,7 @@ runtime.python_library(
9180 srcs = [
9281 "recipes/coreml_recipe_types.py",
9382 ],
94- visibility = [
95- "@EXECUTORCH_CLIENTS",
96- "//executorch/export/...",
97- ],
83+ visibility = ["PUBLIC"],
9884 deps = [
9985 "//executorch/export:recipe",
10086 ],
@@ -124,10 +110,7 @@ runtime.cxx_python_extension(
124110 types = [
125111 "executorchcoreml.pyi",
126112 ],
127- visibility = [
128- "//executorch/examples/apple/coreml/...",
129- "@EXECUTORCH_CLIENTS",
130- ],
113+ visibility = ["PUBLIC"],
131114 deps = [
132115 "fbsource//third-party/nlohmann-json:nlohmann-json",
133116 "fbsource//third-party/pybind11:pybind11",
0 commit comments