Post #2806288
2026-05-11 15:21 UTC
Using these + swift-huggingface + swift-transformers I put together a POC Gemma 4 inference engine that is honestly not far off from MLX, which is nice given it has pretty much no optimizations or fused kernels (MLX seems to have massive prefill overhead) https://github.com/finnvoor/Popcorn/tree/main/Examples/GemmaCLI
Replies (1)
-
@finnvoorhees@mastodon.social 2026-05-13 18:03
a few optimizations later and it’s on par with MLX