Search papers, labs, and topics across Lattice.
BaseRT is a native Metal inference runtime designed specifically for large language models (LLMs) on Apple Silicon, achieving the highest throughput reported for this hardware. By leveraging chip-specific kernel fusion, unified memory-aware optimization, and custom dispatch logic, BaseRT significantly outperforms existing frameworks like llama.cpp and MLX, achieving up to 1.56x higher decode throughput. This advancement not only enhances performance across various model families and quantization formats but also positions Apple Silicon as a leading platform for on-device LLM inference, crucial for privacy-sensitive applications.
BaseRT achieves unprecedented inference throughput on Apple Silicon, outperforming existing runtimes and setting a new standard for on-device LLM performance.
We present BaseRT, a native Metal inference runtime for large language models (LLMs) on Apple Silicon, and report the highest inference throughput on this hardware to date. Existing runtimes, including llama.cpp and MLX-based frameworks, incur overhead from abstractions not designed for Metal's execution model or Apple Silicon's unified memory topology. By building natively on Metal with chip-specific kernel fusion, unified memory-aware optimisation, and custom dispatch logic, BaseRT recovers performance that framework-based approaches leave on the table. BaseRT supports a wide range of model families across eight quantisation formats (Q2 to FP16) on all Apple M-series devices. In this paper, we evaluate the Qwen3, Llama 3.2, and Gemma 4 families at Q4 and Q8 quantisation on M3 and M4 Pro devices. BaseRT achieves up to 1.56x higher decode throughput than llama.cpp and up to 1.35x higher than MLX, with substantially larger margins on prefill for mixture-of-experts models, delivering consistent best-in-class throughput from sub-1B to 30B parameter models. These results establish Apple Silicon as a more capable inference platform than previously reported, with direct implications for the emerging edge inference paradigm: as privacy requirements, latency constraints, and cloud cost pressures drive inference toward on-device deployment, performance-optimised local runtimes are a critical enabling layer for this transition. BaseRT is publicly available at https://github.com/basecompute/baseRT