#152 · Primary category: Inference & Local Deploy

BigMoeOnEdge

android cpp edge-ai gemma gguf gpt-oss inference llama-cpp llm mixture-of-experts moe on-device-ai qwen

Run MoE models bigger than your RAM. Frontier-size MoE on a 12 GB phone, CPU only, lossless, on stock llama.cpp

Project last updated:08/31/26

GitHub Stars

514

Forks

50

Contributors

2

License

Apache-2.0

Why we included this project

This project is for anyone who wants to run large mixture-of-experts models on hardware that doesn't have the RAM to hold them. It takes advantage of the fact that each token only activates a few of a model's experts, keeps the always-needed layers resident, and reads the requested experts from flash storage on the fly. The result is generation that's byte-identical to a fully in-RAM run, even when the model is several times larger than available memory. Since it's built on llama.cpp's public API rather than a fork, all existing quantizations, tokenizers, and chat templates work without modification, and picking up new upstream releases is just a submodule bump. If you're deploying DeepSeek-class or Qwen MoE models on phones or CPU-only PCs, this makes offline inference practical without a GPU.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category