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 a4a1f24 commit 8bbe392Copy full SHA for 8bbe392
tools/cmake/preset/llm.cmake
@@ -26,9 +26,10 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
26
elseif(CMAKE_SYSTEM_NAME STREQUAL "Linux")
27
# Linux-specific code here
28
elseif(CMAKE_SYSTEM_NAME STREQUAL "Windows" OR CMAKE_SYSTEM_NAME STREQUAL
29
- "WIN32"
+ "WIN32"
30
)
31
- # Windows-specific code: disable quantized and custom ops when building with CUDA
+ # Windows-specific code: disable quantized and custom ops when building with
32
+ # CUDA
33
if(EXECUTORCH_BUILD_CUDA)
34
set_overridable_option(EXECUTORCH_BUILD_KERNELS_QUANTIZED OFF)
35
set_overridable_option(EXECUTORCH_BUILD_KERNELS_LLM OFF)
0 commit comments