Skip to content

Commit

Permalink
Added the action
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed May 30, 2024
1 parent 272bafb commit 80f042e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbenchmark/torchao/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def _run_pt2_args(pt2_args: List[str]) -> str:

def run(args: List[str]):
parser = argparse.ArgumentParser()
parser.add_argument("--ci", actions="store_true", help="Run the CI workflow")
parser.add_argument("--ci", action="store_true", help="Run the CI workflow")
args, pt2_args = parser.parse_known_args(args)

if args.ci:
Expand Down

0 comments on commit 80f042e

Please sign in to comment.