Skip to content

Commit 8bbe392

Browse files
committed
lint
1 parent a4a1f24 commit 8bbe392

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tools/cmake/preset/llm.cmake

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
2626
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
2727
# Linux-specific code here
2828
elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows" OR CMAKE_SYSTEM_NAME STREQUAL
29-
"WIN32"
29+
"WIN32"
3030
)
31-
# Windows-specific code: disable quantized and custom ops when building with CUDA
31+
# Windows-specific code: disable quantized and custom ops when building with
32+
# CUDA
3233
if(EXECUTORCH_BUILD_CUDA)
3334
set_overridable_option(EXECUTORCH_BUILD_KERNELS_QUANTIZED OFF)
3435
set_overridable_option(EXECUTORCH_BUILD_KERNELS_LLM OFF)

0 commit comments

Comments
 (0)