Fix tests on macOS

This commit is contained in:
mudler 2023-06-18 01:28:07 +02:00
parent a9559fa8ce
commit 7493461025

View file

@ -41,4 +41,4 @@ jobs:
- name: Test
run: |
make test
CMAKE_ARGS="-DLLAMA_F16C=OFF -DLLAMA_AVX512=OFF -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF" make test