Add an Apple Core AI row to the Inference table

#34

Thanks for the release and for the runtime table in this card. This adds one row, in the table's own format, for a community conversion to Apple's Core AI .aimodel format for iOS 27 / macOS 27. The published Mac bundle decodes at ~140 tok/s on M4 Max, with a Metal kernel that reads only the four routed experts per token, and matches the fp32 reference to the fp16 ceiling; the recipe is in the card. Only the Mac bundle is published: an iPhone 17 Pro int4 build ran at ~32 tok/s but is not shipped, because non-QAT int4 costs quality. If anything breaks, I'll fix it. Thanks again.

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment