ECP-CANDLE / Foundation

MIT License
1 stars 0 forks source link

Restart and bestval checkpointing #4

Closed azton closed 1 year ago

azton commented 1 year ago

Need two different versions of checkpointing; restart checkpoints will be sharded with the intent of reloading into a deepspeed trainer and need to include optimizer states. Best Val checkpoints are saved as single models (no sharding), do not require optimizer states. These checkpoints are intended as the 'inference pipeline' checkpoints.