mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-01-17 16:08:30 +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']
|