Skip to content

Commit

Permalink
Remove exrta arg
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed Feb 29, 2024
1 parent 6a00e88 commit 733d6bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/c++/perf_analyzer/genai-pa/genai_pa/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ def parse_args(argv=None):
parser = argparse.ArgumentParser(
prog="genai-pa",
description="CLI to profile LLMs and Generative AI models with Perf Analyzer",
formatter_class=argparse.RawDescriptionHelpFormatter,
)
parser.set_defaults(func=handler)

Expand Down

0 comments on commit 733d6bc

Please sign in to comment.