TokenPrint turns Qwen inference into a DevTools-style visual debugger

Rich-Fruit-326 · reddit · 2026-07-21

**TokenPrint** is an open-source project that aims to make transformer inference debuggable, like Chrome DevTools for LLMs. The author says current workflows rely on logs, tensors, or notebooks, but lack an interactive way to step through a forward pass. The project already supports: - live **Qwen** inference - token-by-token execution - tensor inspector and tensor grid - architecture explorer - replay system in progress - KV cache, GQA, and RoPE visualization - interactive operation inspection The long-term goal is a visual debugger where users can inspect activations, trace tensors, compare runs, replay execution, and answer questions like “why did the model generate this token?” The screenshots show a dark-themed debugger UI built around a **Qwen2.5-0.5B-Instruct** model.

Original post →

More from coding & agent

coding & agent channel →