esp32-ai
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.
It provides an end-to-end, hash-pinned reproducibility kit for a large vLLM serving stack, including exact GPU ordering, fan policies, benchmark harness, and captured live evidence, so configuration drift is visible and recoverable.
This bundle reproduces the live Pop!_OS configuration validated on 30 July 2026. It runs GLM-5.2-EXL3 on four RTX PRO 6000 Blackwell GPUs, keeps normal high-reasoning behavior, uses MTP3, and preserves the server's full and piecewise CUDA graphs. It does not use eager execution, disable CUDA graphs, add stop sequences, or impose a generation token cap.
voipmonitor/vllm:gilded-gnosis-v20-vllmb46c3aa-si35aebc6-fi801d57a-cu132-20260730-r12@sha256:bcd65c13076b00cf7804001ce70085453de958b082897b9674a26d9fab4d436aGLM-5.2-EXL3-TR3-3.0bpwpowersave governor,
balance_performance EPPag_rs, MTP3 greedysnapshot/effective-process-args.txt and the server logThe exact host-bound compose file is
docker-compose.exact-popos.yml. It preserves the validated GPU UUID order.
Use docker-compose.portable.yml for a similar four-GPU machine; it maps the
four GPUs as CUDA devices 0 through 3.
curl, Python 3, ipmitool, and
systemd./mnt/llm_models/GLM-5.2-EXL3-TR3-3.0bpw, or set
GLM52_MODEL_DIR./mnt/llm_models/cache_glm52_exl3_text, or set GLM52_CACHE_DIR.venv module. The installer creates an isolated
/opt/glm52-host environment and installs the hash-pinned NVML binding.Reproducible GLM-5.2 EXL3 MTP3 serving and thermal profile for 4x RTX PRO 6000 Blackwell
Similar projects matched by category, topics, and programming language.
A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.
Deltafin is a research project that runs the 2.8-trillion-parameter Mixture-of-Experts model Kimi K3 on a single Apple Silicon Mac (e.g., M1 Max with 64 GB) at about 16 seconds per token, using exact, reproducible inference with local or streaming expert loading.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.