Prebuild with metal support.

This commit is contained in:
Nicolas Patry 2024-03-18 12:10:03 +01:00
parent 2bf8d0f7c4
commit 49dbc55894

View file

@ -325,7 +325,7 @@ jobs:
sysctl -a
mkdir build
cd build
cmake -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_METAL=OFF ..
cmake -DLLAMA_FATAL_WARNINGS=ON ..
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
- name: Test