fix(playground): pull the speculative tier - quantized framing degrades output - #185
Merged
Merged
Conversation
…es output Measurement behind the tier (interscript-ml RESULTS.md 2026-09-12): dynamic-int8 decoder graphs quantize activations per fed tensor, so single-step and batched decode framings produce materially different numerics - the batched-verifier output lost a word on a canonical test row, and runtime acceptance measured 0.46 vs the probe's 0.99 (uniform-framing artifact). int4 CPU kernels are also slower than int8 here, so the tier had no speed story either. SpeculativeModel stays in the npm API as measurement infrastructure with the constraint documented; the playground serves only the verified tiers.
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.
Pulls the speculative vocalization option introduced yesterday. New measurement (interscript-ml RESULTS.md, 2026-09-12) found two disqualifiers on quantized artifacts:
The SpeculativeModel API stays in interscript@5.4.x as measurement infrastructure with the constraint documented; the playground serves only the verified tiers. All 255 tests green.