Skip to content

Commit

Permalink
More logging and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed May 31, 2024
1 parent 7e30f08 commit d7822ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions userbenchmark/dynamo/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ def run(args: Optional[List[str]]=None):
if args is None:
args = sys.argv[1:]
model_set = _get_model_set_by_model_name(args)
logging.basicConfig(level=logging.WARNING)
warnings.filterwarnings("ignore")
if model_set == "huggingface":
_run_huggingface(args)
elif model_set == "timm":
Expand Down

0 comments on commit d7822ef

Please sign in to comment.