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 834d712 commit dfeaeecCopy full SHA for dfeaeec
tools/cmake/preset/default.cmake
@@ -67,11 +67,11 @@ define_overridable_option(
67
)
68
define_overridable_option(
69
EXECUTORCH_BUILD_EXTENSION_DATA_LOADER "Build the Data Loader extension" BOOL
70
- OFF
+ ON # Required by executor_runner
71
72
73
EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR "Build the Flat Tensor extension" BOOL
74
75
76
77
EXECUTORCH_BUILD_EXTENSION_LLM "Build the LLM extension" BOOL OFF
0 commit comments