server: test: ci fix matrix

This commit is contained in:
Pierrick HYMBERT 2024-02-23 11:30:24 +01:00
parent 2edd995f2a
commit fa51baca9a

View file

@ -27,6 +27,7 @@ jobs:
matrix: matrix:
sanitizer: [ADDRESS, THREAD, UNDEFINED] sanitizer: [ADDRESS, THREAD, UNDEFINED]
build_type: [Debug, Release] build_type: [Debug, Release]
build: [noavx, avx2, avx, avx512, clblast, openblas, kompute, cublas, cublas]
include: include:
- build: 'noavx' - build: 'noavx'
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF' defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF'