Skip to content

Commit 0ae12d9

Browse files
committed
early exit config fix
1 parent 851030a commit 0ae12d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

recipes/dev/7B_full_early_exit.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ dtype: bf16
9393
# Logging
9494
metric_logger:
9595
_component_: torchtune.training.metric_logging.DiskLogger
96-
log_dir: ${output_dir}
97-
output_dir: /tmp/topv2-llama2-finetune
96+
log_dir: ${output_dir}/logs
9897
log_every_n_steps: 1
9998
log_peak_memory_stats: True
10099

0 commit comments

Comments
 (0)