ColossalAI/colossalai/nn/layer/parallel_sequence/__init__.py

5 lines
152 B
Python
Raw Normal View History

2021-10-28 16:21:23 +00:00
from ._operation import RingQK, RingAV
from .layers import TransformerSelfAttentionRing
__all__ = ['TransformerSelfAttentionRing', 'RingAV', 'RingQK']