ColossalAI/colossalai/legacy/moe/layer/__init__.py
2024-07-19 07:32:01 +00:00

4 lines
68 B
Python

from .experts import *
from .layers import *
from .routers import *