From: Eve Date: Tue, 25 Jul 2023 12:16:13 +0000 (-0400) Subject: ci : add non-AVX scalar build/test (#2356) X-Git-Tag: gguf-v0.4.0~400 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1fed755b1fb9babb6dbc1b4023e492950cd5a5be;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : add non-AVX scalar build/test (#2356) * noavx build and test * we don't need to remove f16c in windows --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6e21b4e..84faad37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -197,6 +197,8 @@ jobs: strategy: matrix: include: + - build: 'noavx' + defines: '-DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF' - build: 'avx2' defines: '-DLLAMA_BUILD_SERVER=ON' - build: 'avx'