I built a rough .gguf LLM visualizer

Tools 668 points 40 comments 1 month ago

I hacked together a small tool that lets you upload a .gguf file and visualize its internals in a 3D-ish way (layers / neurons / connections). The original goal was just to see what’s inside these models instead of treating them like a black box. That said, my version is pretty rough, and I’m very aware that someone who actually knows what they’re doing could’ve built something way better :p So I figured I’d ask here: Does something like this already exist, but done properly? If yes, I’d much rather use that For reference, this is really good: https://bbycroft.net/llm …but you can’t upload new LLMs. Thanks!

More from r/LocalLLaMA