Skip to content

Commit

Permalink
[one-cmds] Remove unused option (Samsung#13937)
Browse files Browse the repository at this point in the history
This will remove unused option that was added by misunderstanding.

ONE-DCO-1.0-Signed-off-by: SaeHie Park <[email protected]>
  • Loading branch information
seanshpark authored Sep 5, 2024
1 parent 72349cc commit 6c33134
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/one-cmds/one-import-onnx
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,6 @@ def _get_parser():
action='store_true',
help='Disable one-import-onnx-ext for second attempt')

parser.add_argument('--use_extension', type=str, help=argparse.SUPPRESS)

# save intermediate file(s)
parser.add_argument('--save_intermediate',
action='store_true',
Expand Down

0 comments on commit 6c33134

Please sign in to comment.