File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 strategy :
110110 fail-fast : false
111111 matrix :
112- preset : [pybind, windows]
112+ preset : [pybind, windows, llm ]
113113 with :
114114 job-name : build
115115 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 44# This source code is licensed under the BSD-style license found in the
55# LICENSE file in the root directory of this source tree.
66
7+ include (${PROJECT_SOURCE_DIR} /tools/cmake/preset/llm.cmake)
8+
79# keep sorted
810set_overridable_option(EXECUTORCH_BUILD_EXECUTOR_RUNNER ON )
9- set_overridable_option(EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON )
1011set_overridable_option(EXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL ON )
11- set_overridable_option(EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR ON )
12- set_overridable_option(EXECUTORCH_BUILD_EXTENSION_MODULE ON )
1312set_overridable_option(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON )
14- set_overridable_option(EXECUTORCH_BUILD_EXTENSION_TENSOR ON )
15- set_overridable_option(EXECUTORCH_BUILD_KERNELS_OPTIMIZED ON )
16- set_overridable_option(EXECUTORCH_BUILD_KERNELS_QUANTIZED ON )
17- set_overridable_option(EXECUTORCH_BUILD_XNNPACK ON )
You can’t perform that action at this time.
0 commit comments