8/19/2026 at 3:38:22 AM
I saw a similar page a month back. The design aesthetics are bit differentby srvmshr
8/19/2026 at 4:27:45 AM
Oh nice, hadn't seen it. It looks good, and they've clearly got some decent stuff I don't (chrome extension, embedding in model cards, family pages).The main difference appears to be how the graph gets made. From what I can tell they analyze the config on the server (their page says the first request can take a few minutes). I actually build the model on PyTorch's meta device and run a fake forward pass through it, so I get the real execution order and the tensor shapes at every module. That's what the animated replay and the compute/KV cache numbers are based on.
by lizhaoliu