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:
109
109
strategy :
110
110
fail-fast : false
111
111
matrix :
112
- preset : [pybind, windows]
112
+ preset : [pybind, windows, llm ]
113
113
with :
114
114
job-name : build
115
115
ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 4
4
# This source code is licensed under the BSD-style license found in the
5
5
# LICENSE file in the root directory of this source tree.
6
6
7
+ include (${PROJECT_SOURCE_DIR} /tools/cmake/preset/llm.cmake)
8
+
7
9
# keep sorted
8
10
set_overridable_option(EXECUTORCH_BUILD_EXECUTOR_RUNNER ON )
9
- set_overridable_option(EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON )
10
11
set_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 )
13
12
set_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