Skip to content

Commit 21cef83

Browse files
committed
up
1 parent 4082549 commit 21cef83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,8 @@ def build_cmake(self, ext):
179179
"cmake",
180180
ext.sourcedir,
181181
"-DCMAKE_BUILD_TYPE=" + build_type,
182-
"-DTORCHAO_BUILD_EXECUTORCH_OPS=OFF",
182+
# Disable now because 1) KleidiAI increases build time, and 2) KleidiAI has accuracy issues due to BF16
183+
"-DTORCHAO_BUILD_KLEIDIAI=OFF",
183184
"-DTorch_DIR=" + torch_dir,
184185
"-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=" + extdir,
185186
],

0 commit comments

Comments
 (0)