Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dpower4 committed Nov 28, 2024
1 parent bd47fc3 commit bed3e01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ def run(self):
'yapf==0.31.0',
],
'torch': [
'tokenizers<=0.20.3',
'torch>=1.7.0a0',
'torchvision>=0.8.0a0',
'tokenizers <= 0.20.3',
'transformers>=4.28.0',
],
'ort': [
Expand Down
3 changes: 0 additions & 3 deletions superbench/benchmarks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ def get_configurable_settings(self):
All configurable settings in raw string.
"""
message = self._parser.format_help().strip()
# Ensure consistent header across diff python argparse format_help output.
if 'options:' in message:
message = message.replace('options:', 'optional arguments:')
return message

def parse_args(self, ignore_invalid=False):
Expand Down

0 comments on commit bed3e01

Please sign in to comment.