Skip to content

Commit

Permalink
Fix: Resolve #3257 (#3261)
Browse files Browse the repository at this point in the history
  • Loading branch information
as12138 authored Dec 2, 2024
1 parent 1f508a6 commit 11818e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/by_feature/megatron_lm_gpt_pretraining.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ def main():

if args.with_tracking:
accelerator_log_kwargs["log_with"] = args.report_to
accelerator_log_kwargs["logging_dir"] = args.output_dir
accelerator_log_kwargs["project_dir"] = args.output_dir

accelerator = Accelerator(gradient_accumulation_steps=args.gradient_accumulation_steps, **accelerator_log_kwargs)

Expand Down

0 comments on commit 11818e6

Please sign in to comment.