Skip to content

Adds option to disable post train permanent checkpoint#631

Open
epwalsh wants to merge 2 commits intomainfrom
epwalsh/no-permanent-checkpoints
Open

Adds option to disable post train permanent checkpoint#631
epwalsh wants to merge 2 commits intomainfrom
epwalsh/no-permanent-checkpoints

Conversation

@epwalsh
Copy link
Copy Markdown
Contributor

@epwalsh epwalsh commented Mar 4, 2026

With this you can configure the checkpointer callback to only save
ephemeral checkpoints, and leave nothing at the end of the run by setting:

--trainer.callbacks.checkpointer.pre_train_checkpoint=false
--trainer.callbacks.checkpointer.post_train_checkpoint=false
--trainer.callbacks.checkpointer.save_interval=null
--trainer.callbacks.checkpointer.ephemeral_save_interval=X

epwalsh added 2 commits March 4, 2026 08:06
With this you can configure the checkpointer callback to only save
ephemeral checkpoints, and leave nothing at the end of the run.
@epwalsh epwalsh requested a review from tyler-romero March 4, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant