ColossalAI/extensions/pybind/moe/__init__.py

4 lines
71 B
Python

from .moe_cuda import MoeCudaExtension
__all__ = ["MoeCudaExtension"]