From b99a678d5baf8eee387e0c2062d6e86f9b3ae071 Mon Sep 17 00:00:00 2001 From: Howard Su Date: Fri, 21 Apr 2023 21:30:10 +0800 Subject: [PATCH] Make AVX512 test on Windows to build the shared libs --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e8a29b1e..b2a35613e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -169,7 +169,7 @@ jobs: - build: 'avx' defines: '-DLLAMA_AVX2=OFF' - build: 'avx512' - defines: '-DLLAMA_AVX512=ON' + defines: '-DLLAMA_AVX512=ON -DBUILD_SHARED_LIBS=ON' steps: - name: Clone