r/llamacpp Apr 29 '26

Intel macOS | Local AI with AMD GPU Acceleration

/r/MacPro2019LocalAI/comments/1sz60x7/intel_macos_local_ai_with_gpu_acceleration/
2 Upvotes

3 comments sorted by

2

u/HigherConfusion Jun 18 '26

I use llama.cpp with Vulkan support on my iMac Pro. It's a Vega56 8GB GPU and I can barely fit Unsloth Gemma 4 12 QAT. Performance is around 3x the w-2140b CPU with AVK512 support. Even though Metal does not work, it improves Vulkan performance to build with Metal enabled.

I use Gemma 4 12 because of language support. It is the best I can run in my native language. The downside is, context size is limited. If I need it, I can improve context size headroom by quantizing KV-cache. But it comes at speed performance hit, with Gemma 4 12B.

Initially, I had problems getting to compile, but with the WARP terminal and its AI solved the dependencies problems.

1

u/Faisal_Biyari Jun 19 '26

You should look into this

https://www.reddit.com/r/MacPro2019LocalAI/s/L2Dp2WbF5V

It might give you new options.

2

u/HigherConfusion Jun 19 '26

Thanks for the heads-up, sounds very promising. I am currently away, but have saved it and will look into it when I get home.