mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-24 11:08:50 +00:00
Migrated project
This commit is contained in:
4
colossalai/nn/layer/parallel_sequence/__init__.py
Normal file
4
colossalai/nn/layer/parallel_sequence/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from ._operation import RingQK, RingAV
|
||||
from .layers import TransformerSelfAttentionRing
|
||||
|
||||
__all__ = ['TransformerSelfAttentionRing', 'RingAV', 'RingQK']
|
Reference in New Issue
Block a user