From aeb5b118d5303d5cd147d573df87021f0db9ba2a Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Thu, 1 May 2025 08:40:21 -0700 Subject: [PATCH] Turn off kleidai Breaks aarch64 Signed-off-by: Tom Rix --- python-torch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-torch.spec b/python-torch.spec index bc15924..ab500c5 100644 --- a/python-torch.spec +++ b/python-torch.spec @@ -517,6 +517,7 @@ export USE_FLASH_ATTENTION=OFF export USE_GLOO=OFF export USE_ITT=OFF export USE_KINETO=OFF +export USE_KLEIDIAI=OFF export USE_LITE_INTERPRETER_PROFILER=OFF export USE_LITE_PROTO=OFF export USE_MAGMA=OFF