Commit 6121bbde authored by zhanggezhong's avatar zhanggezhong
Browse files

Update __init__.py

parent c11ff52c
r"""
The fmoe package contains MoE Layers only.
"""
__version__ = "1.1.0"
from .version import __dcu_version__
from .layers import FMoE
from .linear import FMoELinear
from .transformer import FMoETransformerMLP
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment