ColossalAI/colossalai/nn/layer/parallel_sequence/__init__.py
2021-10-28 18:21:23 +02:00

5 lines
152 B
Python

from ._operation import RingQK, RingAV
from .layers import TransformerSelfAttentionRing
__all__ = ['TransformerSelfAttentionRing', 'RingAV', 'RingQK']