Skip to content

Commit

Permalink
Fix parser
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Nov 20, 2024
1 parent 71fc127 commit 6ca7143
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tritonbench/utils/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,11 @@ def get_parser(args=None):
action="store_true",
help="bypass and continue on operator failure.",
)
parser.add_argument(
"--child",
action="store_true",
help="Flag option that it is running in the child process.",
)

if IS_FBCODE:
parser.add_argument("--log-scuba", action="store_true", help="Log to scuba.")
Expand Down

0 comments on commit 6ca7143

Please sign in to comment.