Skip to content

fix(catalog): resolvable HF source URLs + verified sha256 for qwen2.5 tiers#118

Merged
AlienWalker1995 merged 1 commit into
mainfrom
fix/catalog-hf-source-urls-sha256
Jul 25, 2026
Merged

fix(catalog): resolvable HF source URLs + verified sha256 for qwen2.5 tiers#118
AlienWalker1995 merged 1 commit into
mainfrom
fix/catalog-hf-source-urls-sha256

Conversation

@AlienWalker1995

Copy link
Copy Markdown
Owner

The four qwen2.5 fallback tiers were broken for ordo fetch: HTML repo-page source: URLs (fetch wrote HTML into the .gguf) and sha256: 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):

tier repo file sha256
0.5b Qwen official qwen2.5-0.5b-instruct-q4_k_m.gguf 74a4da8c…
3b Qwen official qwen2.5-3b-instruct-q4_k_m.gguf 626b4a66…
7b bartowski (single-file) Qwen2.5-7B-Instruct-Q4_K_M.gguf 65b8fcd9…
14b bartowski (single-file) Qwen2.5-14B-Instruct-Q5_K_M.gguf 48ad2daf…

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 doctor now 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

…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>
@AlienWalker1995
AlienWalker1995 merged commit d8d8fbc into main Jul 25, 2026
3 checks passed
@AlienWalker1995
AlienWalker1995 deleted the fix/catalog-hf-source-urls-sha256 branch July 25, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant