Skip to content

Commit 1fed755

Browse files
authored
ci : add non-AVX scalar build/test (ggml-org#2356)
* noavx build and test * we don't need to remove f16c in windows
1 parent be2301b commit 1fed755

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ jobs:
197197
strategy:
198198
matrix:
199199
include:
200+
- build: 'noavx'
201+
defines: '-DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF'
200202
- build: 'avx2'
201203
defines: '-DLLAMA_BUILD_SERVER=ON'
202204
- build: 'avx'

0 commit comments

Comments
 (0)