Upload 451411a
SrGonao commited on
How to use delphi-suite/v0-mamba-100k with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("delphi-suite/v0-mamba-100k", device_map="auto")