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
We introduced a force=false kwarg to the DictHandler constructor in #50 to ensure checkpoints aren't accidentally being overwritten. We may also want to introduce that in the JLSOHandler. This would be a breaking change as our code currently overwrites checkpoints JLSOs if a job fails.
The text was updated successfully, but these errors were encountered:
We introduced a
force=false
kwarg to the DictHandler constructor in #50 to ensure checkpoints aren't accidentally being overwritten. We may also want to introduce that in the JLSOHandler. This would be a breaking change as our code currently overwrites checkpoints JLSOs if a job fails.The text was updated successfully, but these errors were encountered: