ColossalAI/colossalai/kernel/npu/__init__.py

4 lines
66 B
Python

from .mha import NPUColoAttention
__all__ = ["NPUColoAttention"]