ci : disable FMA on Mac OS

This commit is contained in:
Georgi Gerganov 2023-07-05 18:29:08 +03:00
parent 83efc92053
commit f46db27ea0
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

View File

@ -140,7 +140,7 @@ jobs:
sysctl -a
mkdir build
cd build
cmake -DLLAMA_AVX2=OFF ..
cmake -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF ..
cmake --build . --config Release
- name: Test