From 161884f495977cf55f7fa53afd7650959538d267 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Mon, 8 May 2023 14:53:36 +0100 Subject: [PATCH] temp disable avx stuff --- .github/workflows/build-commit.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-commit.yml b/.github/workflows/build-commit.yml index 808b99e..40490ad 100644 --- a/.github/workflows/build-commit.yml +++ b/.github/workflows/build-commit.yml @@ -75,15 +75,15 @@ jobs: # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix runs-on: ubuntu-latest - strategy: - matrix: - include: - - build: 'avx2' - defines: '' - - build: 'avx' - defines: '-DLLAMA_AVX2=OFF' - - build: 'avx512' - defines: '-DLLAMA_AVX512=ON' + # strategy: + # matrix: + # include: + # - build: 'avx2' + # defines: '' + # - build: 'avx' + # defines: '-DLLAMA_AVX2=OFF' + # - build: 'avx512' + # defines: '-DLLAMA_AVX512=ON' steps: