How to use state-spaces/mamba2-370m with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("state-spaces/mamba2-370m", dtype="auto")
license: apache-2.0