ci : disable FMA for mac os actions

This commit is contained in:
Georgi Gerganov 2023-07-05 18:35:13 +03:00
parent 8e9af803ba
commit 745e89ea24
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -137,9 +137,10 @@ jobs:
- name: Build
id: cmake_build
run: |
sysctl -a
mkdir build
cd build
cmake -DLLAMA_AVX2=OFF ..
cmake -DLLAMA_AVX2=OFF -DLLAMA_FMA=OFF ..
cmake --build . --config Release
- name: Test