From e81221ffaf3b3c099fa4bdd6338549280c2ea486 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 28 May 2023 16:13:00 +0100 Subject: [PATCH] turn off dynamic lib ggml in windows avx512 --- .github/workflows/build-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-commit.yml b/.github/workflows/build-commit.yml index 3ca62cb..67d8c3d 100644 --- a/.github/workflows/build-commit.yml +++ b/.github/workflows/build-commit.yml @@ -157,7 +157,7 @@ jobs: - build: 'avx' defines: '-DGGML_AVX2=OFF' - build: 'avx512' - defines: '-DGGML_AVX512=ON -DBUILD_SHARED_LIBS=ON' + defines: '-DGGML_AVX512=ON' - build: 'openblas' defines: '-DGGML_OPENBLAS=ON -DBLAS_INCLUDE_DIRS="$env:RUNNER_TEMP/openblas/include" -DBLAS_LIBRARIES="$env:RUNNER_TEMP/openblas/lib/openblas.lib"'