mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-08 12:30:42 +00:00
[feat] refactored extension module (#5298)
* [feat] refactored extension module * polish * polish * polish * polish * polish * polish * polish * polish * polish * polish
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
from .cpu_adam_loader import CPUAdamLoader
|
||||
from .cuda_native import FusedScaleMaskSoftmax, LayerNorm, MultiHeadAttention
|
||||
from .extensions.flash_attention import AttnMaskType
|
||||
from .flash_attention_loader import ColoAttention, FlashAttentionLoader
|
||||
|
||||
__all__ = [
|
||||
"LayerNorm",
|
||||
"FusedScaleMaskSoftmax",
|
||||
"MultiHeadAttention",
|
||||
"CPUAdamLoader",
|
||||
"FlashAttentionLoader",
|
||||
"ColoAttention",
|
||||
"AttnMaskType",
|
||||
]
|
||||
|
Reference in New Issue
Block a user