Compiling whisper.cpp on MacOS is failing with this error:
ggml/src/ggml-metal/ggml-metal-device.m:994:65: error: property 'gpuAddress' not found on object of type 'id<MTLBuffer>'
994 | res->all_data = (void *) (res->buffers[0].metal.gpuAddress);
There is a recent merged PR ggml-org/llama.cpp#16576 that fixes the issue if applied here as well.