ColossalAI/colossalai/gemini/ophooks/__init__.py

4 lines
118 B
Python
Raw Normal View History

from .utils import BaseOpHook, register_ophooks_recursively
__all__ = ["BaseOpHook", "register_ophooks_recursively"]