mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-15 14:47:16 +00:00
* add APIs * implement save_sharded_model * add test for hybrid checkpointio * implement naive loading for sharded model * implement efficient sharded model loading * open a new file for hybrid checkpoint_io * small fix * fix circular importing * fix docstring * arrange arguments and apis * small fix