Model release c5b59d0
km commited on
How to use state-spaces/mamba2-1.3b with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("state-spaces/mamba2-1.3b", dtype="auto")