File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,10 @@ jobs:
171
171
LLAMA_NO_METAL=1 make tests -j $(sysctl -n hw.logicalcpu)
172
172
LLAMA_NO_METAL=1 make test -j $(sysctl -n hw.logicalcpu)
173
173
174
+ # TODO: build with LLAMA_METAL=OFF because test-backend-ops fail on "Apple Paravirtual device" and I don't know
175
+ # how to debug it.
176
+ # ref: https://github.com/ggerganov/llama.cpp/actions/runs/7132125951/job/19422043567?pr=4359#step:5:6584
177
+ # would be great if we fix these
174
178
macOS-latest-cmake :
175
179
runs-on : macos-latest
176
180
@@ -191,7 +195,7 @@ jobs:
191
195
sysctl -a
192
196
mkdir build
193
197
cd build
194
- cmake ..
198
+ cmake -DLLAMA_METAL=OFF ..
195
199
cmake --build . --config Release -j $(sysctl -n hw.logicalcpu)
196
200
197
201
- name : Test
You can’t perform that action at this time.
0 commit comments