Skip to content

Commit a0b472b

Browse files
committed
disable auto-resumption
1 parent 786cb8a commit a0b472b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/scripts/sft_granite4_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def main():
195195

196196
# Checkpointing
197197
checkpoint_at_epoch=True,
198-
accelerate_full_state_at_epoch=True, # Enable for auto-resumption (larger checkpoints)
198+
accelerate_full_state_at_epoch=False, # Disable for smaller checkpoints (no auto-resumption)
199199

200200
# Single-node multi-GPU setup
201201
nproc_per_node=args.nproc_per_node,

0 commit comments

Comments
 (0)