Skip to content

Commit f174d55

Browse files
authored
Fix CoreML pybinding module
Differential Revision: D71988950 Pull Request resolved: #9724
1 parent d72ef5b commit f174d55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/apple/coreml/TARGETS

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runtime.cxx_python_extension(
7272
headers = glob([
7373
"runtime/inmemoryfs/**/*.hpp",
7474
]),
75-
base_module = "",
75+
base_module = "executorch.backends.apple.coreml",
7676
compiler_flags = [
7777
"-std=c++17",
7878
],

0 commit comments

Comments
 (0)