Skip to content

Commit

Permalink
FIX linting issue in example (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBossan authored Sep 6, 2023
1 parent d4dbf68 commit 20d9c17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def main():
accelerator_kwargs["log_with"] = args.report_to
accelerator_kwargs["project_dir"] = args.output_dir
accelerator = Accelerator(**accelerator_kwargs)

# Make one log on every process with the configuration for debugging.
logging.basicConfig(
format="%(asctime)s - %(levelname)s - %(name)s - %(message)s",
Expand Down

0 comments on commit 20d9c17

Please sign in to comment.