Skip to content

Commit 9ed2737

Browse files
authored
ci : disable Metal for macOS-latest-cmake-x64 (ggml-org#6628)
1 parent 04a5ac2 commit 9ed2737

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ jobs:
101101
sysctl -a
102102
mkdir build
103103
cd build
104-
cmake -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_METAL_EMBED_LIBRARY=ON -DLLAMA_CURL=ON ..
104+
# Metal is disabled due to intermittent failures with Github runners not having a GPU:
105+
# https://github.com/ggerganov/llama.cpp/actions/runs/8635935781/job/23674807267#step:5:2313
106+
cmake -DLLAMA_FATAL_WARNINGS=ON -DLLAMA_METAL=OFF -DLLAMA_CURL=ON ..
105107
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
106108
107109
- name: Test

0 commit comments

Comments
 (0)