Skip to content

Commit

Permalink
Add comment clarifying special handling
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan McCormick <[email protected]>
  • Loading branch information
dyastremsky and rmccorm4 authored May 9, 2024
1 parent 3d31012 commit d9ae248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/triton_cli/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ def parse_args(argv=None):
add_verbose_args([parser])

argv_ = argv if argv is not None else sys.argv[1:]
# Add special argparse handling for passthrough to genai-perf CLI
if argv_[0] == "profile":
args, unknown_args = parser.parse_known_args(argv_)
args = add_unknown_args_to_args(args, unknown_args)
Expand Down

0 comments on commit d9ae248

Please sign in to comment.