chore: cleanup garbage code (#29770)

This commit is contained in:
Xiaoyu Zhang
2026-07-02 16:14:01 +08:00
committed by GitHub
parent 0ae76117ef
commit b276a9acee
55 changed files with 86 additions and 262 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ if __name__ == "__main__":
"--limit",
type=int,
default=None,
help="If set, only evaluate this many samples (debug / smoke runs).",
help="If set, only evaluate this many samples (debug / quick runs).",
)
EvalArgs.add_cli_args(parser)
args = parser.parse_args()