From 74934610251f9406542ea2fba4685a1be95cb30e Mon Sep 17 00:00:00 2001 From: mudler Date: Sun, 18 Jun 2023 01:28:07 +0200 Subject: [PATCH] Fix tests on macOS --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 347333ea..a18cd20c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,4 +41,4 @@ jobs: - name: Test run: | - make test \ No newline at end of file + CMAKE_ARGS="-DLLAMA_F16C=OFF -DLLAMA_AVX512=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF" make test \ No newline at end of file