site: four model families, not one — and two cards that were plainly wrong - #740
Merged
Conversation
…wrong
The site said colibri runs GLM-5.2. It has run four families since v1.3.0, and
two of the model cards contradicted the project outright:
Inkling 975B MoE - Planned -> Live (docs/inkling.md ships; runs on 25 GB)
Kimi K2 1T MoE - Planned -> Kimi K3, 2.8T MoE, Live
Telling visitors that Inkling and Kimi are on the roadmap, while the README
front page says both run today, is the kind of contradiction someone finds in
thirty seconds.
Hero rewritten rather than merely widened. The old line worked because it put
two incompatible things next to each other -- an enormous model, your machine.
Replacing that with a range ('744B to 2.8T') informs and stops landing; the
contradiction was the message. It now reads:
These models do not fit in your machine. They run in it anyway.
Same rhetorical shape as the copy further down the page ('Weights are not state
to hold. They are data to stage.'), so the page speaks with one voice. The
subtitle now also explains WHY it is possible -- a MoE token touches a small
fraction of the weights -- which was missing entirely and is what turns an
unbelievable claim into an understandable one. The numbers move there, where
they serve the reader who wants detail instead of the one who is skimming.
DeepSeek and Qwen3 deliberately stay 'Planned': #165 and #712 are not merged,
and the site should not promise what the code does not do.
Text only. No CSS, structure or script changes -- the sole markup edits are the
two cards' buttons becoming real links now that both models are runnable.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The website still said colibrì runs GLM-5.2. It has run four families since v1.3.0, and two model cards contradicted the project outright:
Telling visitors that Inkling and Kimi are on the roadmap, while the README front page says both run today, is the kind of contradiction someone finds in thirty seconds. The Kimi card also had the wrong model and the wrong size.
The hero was rewritten, not merely widened
The old line worked because it put two incompatible things next to each other — an enormous model, your machine. Replacing that with a range ("744B to 2.8T parameters") informs and stops landing. The contradiction was the message.
Two reasons for that shape. It matches the voice further down the page — "Weights are not state to hold. They are data to stage." — so the site speaks with one voice instead of two. And the subtitle now explains why it is possible, which was missing entirely: someone reading "2.8T on my PC" assumes marketing, and twelve words about MoE sparsity turn an unbelievable claim into an understandable one.
The numbers do not disappear — they move to the subtitle, where they serve the reader who wants detail rather than the one who is skimming.
Also updated
<title>,<meta description>and both Open Graph tags — what shows in search results and link previews — from "a 744B model" to "frontier MoE models". Footer model list: DeepSeek → Kimi K3.Deliberately unchanged
DeepSeek and Qwen3 stay "Planned", because #165 and #712 are not merged. The site should not promise what the code does not do.
Text only. No CSS, structure or script changes. The only markup edits are the two cards’ buttons becoming real links now that both models are runnable.