How to use state-spaces/mamba-2.8b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("state-spaces/mamba-2.8b", dtype="auto")
What is a pickle import?