Products

Inference infrastructure for hardware you already own.

Two open pieces that make a 7B-class model run on an Apple device: a quantizer that decides precision per tensor, and a Metal kernel that puts the state-space scan on matrix hardware. Both are measured in public, including where they fall short.

Running a model where the memory budget is the constraint?

That is the problem these were built for. The weights and the source are public; the engineering that got them onto a phone is written up in full.