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