How to use hazyresearch/mamba-1b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hazyresearch/mamba-1b", dtype="auto")