Skip to content

Commit f911287

Browse files
authored
fix/doc-code: Updating to the latest version parameters (#3924)
fix/doc-code: update to use the new parameter Signed-off-by: GitHub <[email protected]>
1 parent 6282506 commit f911287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/tutorials/basic_training.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Now you can wrap all these components together in a training loop with 🤗 Acce
313313
... mixed_precision=config.mixed_precision,
314314
... gradient_accumulation_steps=config.gradient_accumulation_steps,
315315
... log_with="tensorboard",
316-
... logging_dir=os.path.join(config.output_dir, "logs"),
316+
... project_dir=os.path.join(config.output_dir, "logs"),
317317
... )
318318
... if accelerator.is_main_process:
319319
... if config.push_to_hub:

0 commit comments

Comments
 (0)