Update README models table: 2 shipped + community alternatives#258
Merged
Conversation
The shipped engine catalog dropped to two models in #251 (tabby-fast-1 and tabby-balanced-1), so the four-row table was stale and used the pre-rename cotabby-* display names. Replace it with a current two-row table that links to each model's Hugging Face source, and add a 'Bring your own model' subsection pointing to two GGUFs Cotabby shipped previously (Qwen3.5-0.8B, Gemma 3 1B) plus the unsloth collection page for browsing more variants.
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.
Summary
The Open Source engine catalog dropped to two models in #251 (
tabby-fast-1andtabby-balanced-1), but the README still listed four rows under the pre-renamecotabby-*display names. Replace the stale table with the current two shipped models (with Hugging Face source links) and add a Bring your own model subsection so users know the menu-bar refresh path picks up any GGUF dropped into the models folder. The alternatives table lists two GGUFs Cotabby has shipped previously (Qwen3.5-0.8B, Gemma 3 1B), with a link to the unsloth org for browsing more variants.Validation
Docs-only change; no code paths touched.
Linked issues
None.
Risk / rollout notes
cotabby-*→tabby-*) matches what the menu bar actually shows today (RuntimeModelCatalog.displayName), so users hitting the README from a fresh install won't see a mismatch anymore.