Inference simulation

Qwen3 Pure C
inference, end to end.

Qwen3 runs on your Mac, Windows, or Linux laptop — no cloud, no GPU, no account. This walkthrough traces the C code that makes it happen: how the model loads, how attention works, and why decode is GEMV, not GEMM.

The skill you're building: LLM Inference Engineering — earned across three acts.

run_viz.c10 stagesruns on your laptop
// walkthrough

Pick a stage