The article presents a project called Flash-MoE, which runs a 397 billion parameter Mixture-of-Experts model on a MacBook Pro with 48GB RAM, achieving 4.4+ tokens per second. The model uses a custom Metal compute pipeline and streams the 209GB model from an SSD. The project demonstrates the feasibility of running large models on relatively modest hardware. The model's performance is made possible by various optimizations, including SSD expert streaming and FMA-optimized dequant kernels.