modified: modeling.py 0cabb09
han-xudong commited on
How to use prosoro/prosoro-mvae with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("prosoro/prosoro-mvae", trust_remote_code=True, dtype="auto")