Skip to content

Commit

Permalink
2024-12-22 nightly release (aa8f365)
Browse files Browse the repository at this point in the history
  • Loading branch information
pytorchbot committed Dec 22, 2024
1 parent 9c07282 commit 1882055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchtune/training/metric_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def log_config(self, config: DictConfig) -> None:
try:
output_config_fname = Path(
os.path.join(
config.checkpointer.checkpoint_dir,
config.output_dir,
"torchtune_config.yaml",
)
)
Expand Down

0 comments on commit 1882055

Please sign in to comment.