ColossalAI/colossalai/moe/__init__.py

6 lines
67 B
Python
Raw Normal View History

2023-12-14 09:52:05 +00:00
from .manager import MOE_MANAGER
__all__ = [
2023-12-14 09:52:05 +00:00
"MOE_MANAGER",
]