From b92c37adc9d84cf5c81cd321766de93629acc79e Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sun, 28 May 2023 17:55:48 +0100 Subject: [PATCH] try using libopenblas instead --- .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 acb362b..2d86070 100644 --- a/.github/workflows/build-commit.yml +++ b/.github/workflows/build-commit.yml @@ -159,7 +159,7 @@ jobs: - build: 'avx512' 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"' + defines: '-DGGML_OPENBLAS=ON -DBLAS_INCLUDE_DIRS="$env:RUNNER_TEMP/openblas/include" -DBLAS_LIBRARIES="$env:RUNNER_TEMP/openblas/lib/libopenblas.lib"' steps: