mirror of https://github.com/hpcaitech/ColossalAI
5 lines
120 B
Python
5 lines
120 B
Python
|
from .model import ModelWrapper
|
||
|
from .optimizer import OptimizerWrapper
|
||
|
|
||
|
__all__ = ['OptimizerWrapper', 'ModelWrapper']
|