google-research / t5x

Apache License 2.0
2.65k stars 301 forks source link

End support for legacy Pax formats with directory structure: #1558

Closed copybara-service[bot] closed 4 months ago

copybara-service[bot] commented 4 months ago

End support for legacy Pax formats with directory structure:

checkpoints/
  checkpoint_0  # msgpack file corresponding to step

Users can manually restructure to the following:

checkpoints/
  checkpoint_0/
    checkpoint  # renamed msgpack file

to ensure continued support.