ColossalAI/colossalai/moe/__init__.py

6 lines
67 B
Python

from .manager import MOE_MANAGER
__all__ = [
"MOE_MANAGER",
]