Mac pro 2019 for inference, success
Just finished setting up my macpro 2019 as an LLM server. This a 12 cores, 96Gb ddr4, 2Tb, and more importantly Radeon Vega II 32gb vram.
On the software side, I'm running a headless Nixos server with llama.cpp.
So far, I'm impressed: qwen3.6-27B-UD-Q5_K_S runs at a rock steady 26-27 tk/s which I consider very usable after sluming below 10tk/s for the same dense model at Q3 on MacBook M4 32Gb ram. That's the only model I've tested so far. At 19Gb, it leaves plenty of room for kv cache.
I expect the area of tinkering will be to find the best combination of dense model size Vs kvcache room, and then of course testing some MoEs.
My plan is to run it as a backend for pi.dev, and to serve the rest of the household with a chat interface running on my proxmox server.
If you are lucky enough to have one of these beats lying around, you could do worse than turning them into an LLM server.