mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-08 11:27:24 +00:00
4 lines
114 B
Python
4 lines
114 B
Python
from .module_checkpoint import save_checkpoint, load_checkpoint
|
|
|
|
__all__ = ['save_checkpoint', 'load_checkpoint']
|