[dynamo] lintrunner for gb_registry adds/updates (#158460)

This PR adds automation to adding/updating the JSON registry through the lintrunner.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/158460
Approved by: https://github.com/williamwen42
This commit is contained in:
Sidharth
2025-07-23 12:05:49 -07:00
committed by PyTorch MergeBot
parent 64e8d7d66b
commit 4d5d56a30e
7 changed files with 702 additions and 254 deletions

View File

@ -1325,6 +1325,7 @@ def main() -> None:
"utils/model_dump/code.js",
"utils/model_dump/*.mjs",
"_dynamo/graph_break_registry.json",
"tools/dynamo/gb_id_mapping.py",
]
if not BUILD_LIBTORCH_WHL: