]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : add non-AVX scalar build/test (#2356)
authorEve <redacted>
Tue, 25 Jul 2023 12:16:13 +0000 (08:16 -0400)
committerGitHub <redacted>
Tue, 25 Jul 2023 12:16:13 +0000 (15:16 +0300)
* noavx build and test

* we don't need to remove f16c in windows

.github/workflows/build.yml

index b6e21b4ec77ca0d23ea88f70deedb00297941e8f..84faad37ab95a2a58cc616b78bd60e1c8711f3da 100644 (file)
@@ -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'