Add osaurus bench --gauntlet: measured model-capability probes writing the ledger#1916
Open
mimeding wants to merge 1 commit into
Open
Add osaurus bench --gauntlet: measured model-capability probes writing the ledger#1916mimeding wants to merge 1 commit into
osaurus bench --gauntlet: measured model-capability probes writing the ledger#1916mimeding wants to merge 1 commit into
Conversation
Contributor
Author
|
Adversarial-review hardening pushed (e275312): stop-sequence probe now requires positive evidence (counted to the boundary) and fails on leaked stop text; mtp-equivalence and the canary guard against vacuous empty-transcript passes via real usage token counts; --tune-prefill/--gauntlet mutually exclusive. 15 new tests. |
5adb9c1 to
8a8367b
Compare
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
Adds
osaurus bench --gauntlet, a seven-probe model verification workflow:Results are field-merged into the capability ledger without deleting existing verdicts, block reasons, digests, or unknown fields.
Safety contract
The gauntlet records per-probe evidence and a production-serving candidate result. It does not change
productionServingin v1 because the runtime cannot yet bind that promotion to a verified weights digest. Failed or unproven critical probes exit nonzero. MTP equivalence remainsuntestedunless the runtime can prove per-request MTP activation.Validation
BenchGauntletTests: 20 passedDegenerationDetectorTests: 12 passedgit diff --check: passedRisk and rollback
CLI and evidence-writing scope only. Runtime model behavior, prompts, templates, samplers, and generation defaults are unchanged. Reverting the single feature commit removes the workflow.