pin the model index at v5 - #65
Merged
Merged
Conversation
DEFAULT_INDEX_URL moves from index-v3 to index-v5: v4 carried the 2.0 metric corrections, v5 adds ara-diac-small-2.1-fp16. Default resolution now sees the full 23-model catalog (was 17). The client-work v2 fixture is an explicit-URL test of the CORS rewrite, not the pin, and stays.
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.
What
DEFAULT_INDEX_URL: index-v3 -> index-v5 (both pin-assertions intest/imf.test.tsupdated with it).Why
The index moved twice since the v3 pin: v4 = the ara-diac-small-2.0 metric corrections, v5 = +ara-diac-small-2.1-fp16. Default resolution currently sees a 17-model catalog; v5 resolves 23 (adds layerdrop fp32/int8/int4, ara-diac-small-2.1 fp32/int8/fp16, and the corrected 2.0 metrics).
The
client-work.test.tsindex-v2 string is an explicit-URL fixture exercising the CORS asset rewrite, not the default pin — unchanged.Verification
vitest run test/imf.test.ts15 passed / 1 skipped. Full suite: 237 passed, 11 failed — all 11 arecli.test.ts, which fails identically on pristine main in this environment while CI on main is green (local-env artifact, not this change).