From 421c878a2d8e5bccb31ed7766fd932ed01f7ea7f Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Fri, 26 Apr 2024 12:44:07 -0700 Subject: [PATCH] Put back non-avx CPU build for windows --- llm/generate/gen_windows.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/llm/generate/gen_windows.ps1 b/llm/generate/gen_windows.ps1 index 6d0b3314..6f26fb1c 100644 --- a/llm/generate/gen_windows.ps1 +++ b/llm/generate/gen_windows.ps1 @@ -340,6 +340,7 @@ if ($($args.count) -eq 0) { git_module_setup apply_patches build_static + build_cpu build_cpu_avx build_cpu_avx2 build_cuda