chore: merge Batch A ACKs (#67 #61 #62 #64 #48) - #78
Merged
vincenzopalazzo merged 5 commits intoSep 6, 2026
Conversation
The 'DecodeBench uses Showcase structural prompts' test still asserts
pickShowcasePrompts("structural") and withFillToMaxInstruction, both of
which 1.8.3 removed when DecodeBench moved onto the lab structured protocol
(count 1 -> 200), and 1.8.4 replaced with the output-type picker.
The test therefore fails on a clean main. Retargeted at the current API
(pickDecodeBenchPrompts / decodeBenchPromptForType / normalizeDecodeBenchType)
and added top_p: 1 plus a negative assertion on withFillToMaxInstruction, so
the protocol is pinned in the direction it actually moved.
The remaining assertions are unchanged and still pass.
Kernel journal scan is cached off the 2s GPU loop. Count is since boot; the row is hidden at zero. No CPU panel. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Sep 6, 2026
Collaborator
Author
|
Ready for Rebase and merge (as MiaAI-Lab). After merge, please close the originals as superseded:
Thanks to @andrei-dotdna @0xdfi and the #48 author for the patches. — Vincent |
4 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
Maintainer batch merge of five ACK'd, MERGEABLE PRs (rebased onto current
main):Original authors retained via cherry-pick. Review notes: #67 (comment) (and siblings on #61/#62/#64/#48).
Test plan
npm test(DecodeBench + hostNet + rate timing + nvErr)Made with Cursor