upload: ckpt 4161619
root commited on
How to use ModalityDance/Omni-R1 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("ModalityDance/Omni-R1", dtype="auto")