Skip to content

Commit

Permalink
argparse fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Oct 19, 2023
1 parent e4b1f3e commit 85fea46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/deepsparse/benchmark/benchmark_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ def parse_args():
"If set, deepsparse.benchmark will not alter the model "
"with kv cache overrides"
),
type=bool,
action="store_true",
default=False,
)
Expand Down

0 comments on commit 85fea46

Please sign in to comment.