fix(catalog): resolvable HF source URLs + verified sha256 for qwen2.5 tiers#118
Merged
Merged
Conversation
…n2.5 tiers The four qwen2.5 fallback tiers had HTML repo-page `source:` URLs (so `ordo fetch` wrote HTML into the .gguf) and `sha256: null` (unverifiable). Additionally, the 7B/14B single-file names don't exist in the official Qwen repos (those quants ship split into multi-part files the single-URL fetcher can't reassemble). Verified against the HF API (file exists, LFS oid = sha256): - 0.5b/3b: official Qwen repo, /resolve/main/ URL + pinned sha256. - 7b/14b: repointed to bartowski (trusted single-file GGUFs) + pinned sha256. Co-Authored-By: Claude Opus 4.8 (1M context) <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 four qwen2.5 fallback tiers were broken for
ordo fetch: HTML repo-pagesource:URLs (fetch wrote HTML into the .gguf) andsha256: null. The 7B/14B single-file names also don't exist in the official Qwen repos (split into multi-part files).Verified against the HF API (file exists + LFS
oid= the file's sha256, so pinned without downloading):0.5b/3b keep the official Qwen repo with
/resolve/main/URLs; 7b/14b move to bartowski because the official repo has no single-file quant.ordo doctornow reports zero unpinned catalog models.Validated: catalog loads clean, ruff clean, pytest 565 passed. Render unaffected (these aren't the active model).
🤖 Generated with Claude Code