Skip to content

Commit cf31475

Browse files
authored
Revert "[Windows] Enable LLM preset in CI (#14805)" (#14823)
This reverts commit 8c434dd. Disabling for now as the Windows unittest jobs are failing post-merge. They were clean on the PR, so probably just a conflict with a recent change. I will investigate and re-merge.
1 parent f174974 commit cf31475

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/build-presets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
fail-fast: false
111111
matrix:
112-
preset: [pybind, windows, llm]
112+
preset: [pybind, windows]
113113
with:
114114
job-name: build
115115
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}

tools/cmake/preset/windows.cmake

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
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-
97
# keep sorted
108
set_overridable_option(EXECUTORCH_BUILD_EXECUTOR_RUNNER ON)
9+
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_DATA_LOADER ON)
1110
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)
1213
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)

0 commit comments

Comments
 (0)