amonshano's picture
Add Echo-Memory codebase used for this run (CC BY 4.0, JD Echo Team) (part 3)
b66f552 verified
Raw
History Blame Contribute Delete
206 Bytes
from .chunk import chunk_rwkv7
from .fused_recurrent import fused_mul_recurrent_rwkv7, fused_recurrent_rwkv7
__all__ = [
'chunk_rwkv7',
'fused_recurrent_rwkv7',
'fused_mul_recurrent_rwkv7',
]