Running a 13M ASR conformer on a microcontroller

Reddit r/LocalLLaMA News

Summary

Details a method to run a 13 million parameter ASR Conformer model directly on a microcontroller, highlighting advances in edge AI deployment.

No content available
Original Article

Similar Articles

Running a 28.9M parameter LLM on an $8 microcontroller

Hacker News Top

A developer demonstrates running a 28.9 million parameter language model on an $8 ESP32-S3 microcontroller using Google's Per-Layer Embeddings to store most parameters in flash, achieving around 9.5 tokens per second on-device text generation.

Are We Underestimating Small Edge AI Models?[D]

Reddit r/MachineLearning

A developer argues that the edge AI community overlooks small, specialized models that can run locally on devices like smartphones, using a self-built offline Morse code recognition feature as an example. The project uses a sub-5 MB AI model with TensorFlow/Keras and LiteRT, and the entire pipeline from data generation to mobile integration was custom-built.