From 54ea4d4d8c83814d7a938664cf08a6d994bd43c0 Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Fri, 23 Feb 2024 12:28:59 +0100 Subject: [PATCH] server: test: ax512 experimental --- .github/workflows/server-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-test.yml b/.github/workflows/server-test.yml index e6e710a66..9b63b4264 100644 --- a/.github/workflows/server-test.yml +++ b/.github/workflows/server-test.yml @@ -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