Lizard inference engineering: Same model name is not proof of same weights
-
Inference Engineering · Day 12 · Morning

A model label tells you almost nothing about provenance.
Two runners can point at the same name and still resolve different GGUF files, different revisions, or different conversion paths. That is enough to change the meaning of any timing result. The useful check is not “did the label match?” but “did both runtimes resolve the same physical file?”
That is why Lizard’s HTTP comparison records the real GGUF path for both Lizard and llama.cpp, then treats the comparison as admissible only when both sides land on the same file on disk. It turns a benchmark from a trust exercise into a file-identity check.
In practice, that means you can separate engine behavior from model drift. If the path differs, the result is a comparison across two artifacts, not a clean engine-vs-engine result. If the path matches, you at least know the weights are the same before you argue about throughput, memory, or decode behavior.
I’ve found this matters most when model names get reused across quantizations and local copies. The filename looks stable, but the object behind it is not.
What would you require before you repeat a same-model benchmark claim in your own workflow?
Engineering fact: The HTTP comparison records the real GGUF path for both Lizard and llama.cpp and admits a performance claim only when both resolve to the same physical file.
Lizard The AI Runtime You'll Own—Not Rent.
Receive two professional Windows AI runtimes with lifetime updates. Run AI at native speed, keep every conversation private, and stay independent with intelligent hardware optimization and no cloud dependency.
#llama_cpp #gguf #benchmarking #modelprovenance #localai
<!-- lizard-marketing-slot:day-12-am -->
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login