### Describe the feature A better module structure can be something like below for the checkpoint io module: ```text - index_file.py - checkpoint_io_base.py - general_checkpoint_io.py ``` Meanwhile, we can add support for huggingface safetensors.
Describe the feature
A better module structure can be something like below for the checkpoint io module:
Meanwhile, we can add support for huggingface safetensors.