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

4 lines
60 B
Python
Raw Normal View History

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