fix(catalog): repoint three model rows at URLs that resolve - #15
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Rebuilds the catalog against the current model generation, following the rules agreed in Slack: drop superseded families, keep only 1-bit, Q4 and Q8, and add the newest families across each modality.
Removed: Qwen2, Qwen2.5, Qwen3, LFM2, Llama 2, Llama 3.2, Mistral 7B and SmolLM2 rows, plus the Q2 and Q6 rows that fell outside the allowed quantizations.
Added from a verified list: Qwen3.5 (0.8B through 9B), Gemma 4, Granite 4.1, LFM2.5, the PrismML Bonsai 1-bit family, and Maple Preview.
Every download size is the real
Content-Lengthof the asset rather than a rounded guess, and every URL was checked with a HEAD request. Several sizes in the old catalog were wrong by enough to break the download progress bar.Private rows are untouched. HNPU/QHexRT and NeuRT bundles are exactly as they were.
Maple Preview is listed as 1-bit, not Q4. Its experts are already ternary in storage, so upstream ships only TQ1_0 and TQ2_0 and calls the uniform Q4_K_M a quantizer sanity check.
LoRA registration is removed for now. The only adapter we ship is trained for qwen2.5-0.5b, which this catalog no longer carries, so registering it would offer an adapter with no compatible base. A replacement adapter trained on a base we do ship is planned, and re-adding is a small edit.