__init__.py 264 Bytes
Newer Older
hepj's avatar
hepj committed
1
2
3
4
5
6
__version__ = "2.2.2"

from mamba_ssm.ops.selective_scan_interface import selective_scan_fn, mamba_inner_fn
from mamba_ssm.modules.mamba_simple import Mamba
from mamba_ssm.modules.mamba2 import Mamba2
from mamba_ssm.models.mixer_seq_simple import MambaLMHeadModel