ColossalAI/colossalai/context/__init__.py
Xuanlei Zhao dc003c304c
[moe] merge moe into main (#4978)
* update moe module
* support openmoe
2023-11-02 02:21:24 +00:00

7 lines
96 B
Python

from .config import Config, ConfigException
__all__ = [
"Config",
"ConfigException",
]