ColossalAI/colossalai/engine/__init__.py

5 lines
87 B
Python

from ._base_engine import Engine
from .gradient_handler import *
__all__ = ['Engine']