bench: add spec for automatic canary benchmarks#1483
Merged
rltakashige merged 1 commit intomainfrom Feb 17, 2026
Merged
Conversation
eb65a15 to
574bf32
Compare
rltakashige
approved these changes
Feb 16, 2026
Adds all the models that can fit onto a single M3 Ultra for single machine benchmarks. Fixes the macOS version, GPU spec, and chip type for maximum reproducibility. Specifies the minimum memory accordingly for each type of model, using the smallest machine available (the smallest M3 Ultra is 96GiB). Test plan: - Running this with some code that makes machines of this spec available and stores the results. It works. This will become part of a larger testing/stability strategy once we've collected more of the data.
574bf32 to
8d64a56
Compare
Contributor
|
Review summary (CI: all passing) Adds benchmark specification files for automated canary benchmarks (+196, new files only):
Models cover a good range: Llama 3.1/3.2 (1B–70B), Qwen3 variants, GLM-4.7, GPT-OSS in 4-bit/8-bit/bf16 quantizations. Default args: pp=[512, 2048, 8192, 16384], tg=128. Constraints pin exact OS build and GPU spec for reproducibility. Additive-only change, no existing code modified. |
Collaborator
|
Good bot. |
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.
Adds all the models that can fit onto a single M3 Ultra for single machine benchmarks. Fixes the macOS version, GPU spec, and chip type for maximum reproducibility. Specifies the minimum memory accordingly for each type of model, using the smallest machine available (the smallest M3 Ultra is 96GiB).
Test plan:
This will become part of a larger testing/stability strategy once we've collected more of the data.