You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: