Skip to content

Commit

Permalink
Remove duplicated TerminalFormatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Delaunay authored Apr 25, 2024
1 parent cc0ff39 commit d0f0209
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion milabench/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ def cli_run(args=None):
# in particular rwkv
TerminalFormatter() if not args.noterm else None,
dash_class and dash_class(),
TerminalFormatter(),
TextReporter("stdout"),
TextReporter("stderr"),
DataReporter(),
Expand Down

0 comments on commit d0f0209

Please sign in to comment.