We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786cb8a commit a0b472bCopy full SHA for a0b472b
examples/scripts/sft_granite4_example.py
@@ -195,7 +195,7 @@ def main():
195
196
# Checkpointing
197
checkpoint_at_epoch=True,
198
- accelerate_full_state_at_epoch=True, # Enable for auto-resumption (larger checkpoints)
+ accelerate_full_state_at_epoch=False, # Disable for smaller checkpoints (no auto-resumption)
199
200
# Single-node multi-GPU setup
201
nproc_per_node=args.nproc_per_node,
0 commit comments