Running a 28.9M parameter LLM on an $8 microcontroller
1–10 of 79 posts
Re: Running a 28.9M parameter LLM on an $8 microcontroller
#2Re: Running a 28.9M parameter LLM on an $8 microcontroller
#3Re: Running a 28.9M parameter LLM on an $8 microcontroller
#4Re: Running a 28.9M parameter LLM on an $8 microcontroller
#5Re: Running a 28.9M parameter LLM on an $8 microcontroller
#6Re: Running a 28.9M parameter LLM on an $8 microcontroller
#7Re: Running a 28.9M parameter LLM on an $8 microcontroller
#8This is a really neat use of the per-layer embedding trick. It's also worth noting that there viable TTS models that are ~20-30M param, so it might mean you can have a ESP32 with no network access read stuff out to you in near real time!
PSRAM, Flash, and even SD cards may not have the best bandwidth individually, but they can reach quite impressive rates when you have a shitton of them running all at the same time.
The large scale dedicated hardware systems will still have the edge for performance per watt, but the low entry level and slow incline does make these things quite appealing.
Re: Running a 28.9M parameter LLM on an $8 microcontroller
#9This microcontroller is a beast, currently using it to do dev work on a pi4.
Having two usb ports with one otg lets you do some neat things that would cost $100+ otherwise
Re: Running a 28.9M parameter LLM on an $8 microcontroller
#10The duo has up to 256MB of memory, and a 1TOPS@INT8 TPU. They run Linux and are $5. I bought 5!