Model release 15a431b
km commited on
How to use state-spaces/transformerpp-2.7b with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("state-spaces/transformerpp-2.7b", dtype="auto")