ColossalAI/colossalai/kernel/cuda_native/mha/__init__.py

4 lines
60 B
Python

from .mha import ColoAttention
__all__ = ['ColoAttention']