registry: ornith-1.5:fast aliases the MQ4R speed SKU - #680
Open
Kaden-Schutt wants to merge 2 commits into
Open
Conversation
The bare ornith-1.5:35b-a3b tag stays on the plain MQ4 trunk. The MQ4V2 router-fix artifact from PR #664 (ornith-1.5:35b-a3b-mq4r) benches 205.7 tok/s AR on gfx1201 vs 139.7 for the trunk, so it gets the :fast alias the same way qwen3.8:fast and muse-glimmer:fast name their speed SKUs. Both the curated models.json and the generated v1.json carry the aliases so the scheduled regeneration is a no-op.
Kaden-Schutt
added a commit
that referenced
this pull request
Sep 6, 2026
6 tasks
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
ornith-1.5:fastandornith-1.5:35b-a3b-fast→ornith-1.5:35b-a3b-mq4r, matching howqwen3.8:fastandmuse-glimmer:fastname their speed SKUs. The bareornith-1.5:35b-a3btag is unchanged.Why
hipfire bench --spec off --backend noslots --workload stateless, gfx1201, 3 runs, stddev < 1.4:ornith-1.5-35b-a3b.mq4(bare tag)ornith-1.5-35b-a3b.mq4r(#664 router fix)The 206 matches
docs/perf-checkpoints/2026-07-13-redline-mq4r-110-to-204.md.Which surface(s) does this touch?
registry/(curatedmodels.json+ generatedv1.json, kept in sync so the scheduled regeneration is a no-op)Test plan
cargo test -p hipfire-registry --lib— 18 passed (new alias assertions included)python3 -m pytest scripts/test_registry_gen_ornith.py— newtest_fast_aliases_point_at_the_mq4r_speed_skupasses;test_curated_entry_uses_the_canonical_tag_and_hyphenated_filesfails on master already (expectsrecommended_settingswithoutreasoning_effort: xhigh) and is untouched here.No hardware route: registry aliases only.