mirror of https://github.com/hpcaitech/ColossalAI
4 lines
114 B
Python
4 lines
114 B
Python
|
from .module_checkpoint import save_checkpoint, load_checkpoint
|
||
|
|
||
|
__all__ = ['save_checkpoint', 'load_checkpoint']
|