server: test: ax512 experimental

This commit is contained in:
Pierrick HYMBERT 2024-02-23 12:28:59 +01:00
parent 5a621e714d
commit 54ea4d4d8c

View file

@ -13,7 +13,7 @@ on:
paths: ['**/CMakeLists.txt', '**/Makefile', '**/*.h', '**/*.hpp', '**/*.c', '**/*.cpp', '**/*.cu', '**/*.swift', '**/*.m', 'examples/server/**.*']
jobs:
ubuntu-latest-cmake:
ubuntu:
runs-on: ubuntu-latest
container:
image: ubuntu:latest
@ -35,7 +35,7 @@ jobs:
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX2=OFF'
- build: 'avx512'
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_AVX512=ON'
arch_not_available: true
experimental: true
- build: 'clblast'
defines: '-DLLAMA_NATIVE=OFF -DLLAMA_BUILD_SERVER=ON -DLLAMA_CLBLAST=ON'
arch_not_available: true