Model release 557be52
mamba-checkpoints commited on
How to use state-spaces/mamba-790m with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("state-spaces/mamba-790m", dtype="auto")