Mirai-L is on the size-KL Pareto frontier: we found no checkpoint that is smaller while also having lower KL divergence.
1brew install mirai
2mirai --model trymirai/LFM2.5-230M-L
Currently only Apple silicon inference is supported. If you want to build things from source, read this
overview.
Mirai Large uses 8-bit symmetric integer quantization with bfloat16 scales and group size 64. Block-diagonal Random Hadamard Transforms with block size 32 are used to reduce activation and weight outliers. The checkpoint was prepared with post-training quantization.
If you find our work helpful, feel free to give us a cite.
1@misc{mirai-quant,
2 title = {{Mirai Quantization}: Redefining the speed-quality frontier for local LLMs on Apple silicon},
3 author = {Artur Chakhvadze and Ryan Mathieu and Roman Knyazhitskiy and Nikolai Voinilenko and Chen-Chen Yeh and Artur Mullakhmetov and Eugene Bokhan and others},
4 note = {In collaboration with others at Mirai Labs},
5 month = {June},
6 year = {2026},
7 url = {https://trymirai.com/blog/quantization}
8}
This is a quantized version of
LiquidAI/LFM2.5-230M. For architecture details, intended use, evaluations, and limitations, see the
original model card.