Skip to content

Commit e91c085

Browse files
Adding dummy coreml backend to silence uquery failures
Differential Revision: D70645217 Pull Request resolved: #9230
1 parent a131826 commit e91c085

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

backends/apple/coreml/TARGETS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
55

66
oncall("executorch")
77

8+
# TODO: this is a placeholder to support internal fbcode build. We should add the coreml backend target properly.
9+
runtime.python_library(
10+
name = "coreml",
11+
visibility = [
12+
"@EXECUTORCH_CLIENTS",
13+
],
14+
)
15+
816
runtime.python_library(
917
name = "backend",
1018
srcs = glob([

0 commit comments

Comments
 (0)