mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-04-29 12:15:39 +00:00
* refactor compilation mechanism and unified multi hw * fix file path bug * add init.py to make pybind a module to avoid relative path error caused by softlink * delete duplicated micros * fix micros bug in gcc
4 lines
71 B
Python
4 lines
71 B
Python
from .moe_cuda import MoeCudaExtension
|
|
|
|
__all__ = ["MoeCudaExtension"]
|