Skip to content

Conversation

@jainapurva
Copy link
Contributor

@jainapurva jainapurva commented Nov 20, 2025

This pull request updates the way benchmark model names are formatted to include the quantization type (quant_type) as a prefix, changing the format from M-K-N to api_M_K_N (e.g., float8wo-1024-1024-1024). This provides more context about the model being benchmarked.

Dashboard

@pytorch-bot
Copy link

pytorch-bot bot commented Nov 20, 2025

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/3358

Note: Links to docs will display an error until the docs builds have been completed.

❗ 1 Active SEVs

There are 1 currently active SEVs. If your PR is affected, please view them below:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 20, 2025
@jainapurva jainapurva added ciflow/benchmark and removed CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. labels Nov 20, 2025
@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Nov 20, 2025
@jainapurva jainapurva added the topic: not user facing Use this tag if you don't want this PR to show up in release notes label Nov 20, 2025
},
"model": {
"name": mkn_name, # name in M-K-N format
"name": mkn_name, # name in api-M-K-N format (e.g., float8wo-1024-1024-1024)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: api --> quant_type

@jainapurva jainapurva force-pushed the fix_model_name_dashboard branch from 20aca8f to 62bcae1 Compare November 22, 2025 17:22
@jainapurva jainapurva merged commit 3ad4d0a into main Nov 24, 2025
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ciflow/benchmark CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. topic: not user facing Use this tag if you don't want this PR to show up in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants