Skip to content

Commit

Permalink
Fix parser
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Nov 6, 2024
1 parent e5c2e2c commit 0e39cd2
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 @@ -154,6 +154,11 @@ def get_parser(args=None):
action="store_true",
help="Run each operator in a separate child process. By default, it will always continue on 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 0e39cd2

Please sign in to comment.