Squash history 70572eb
Wenxuan Wang commited on
How to use OpenMOSS-Team/MOSS-Music-8B-Thinking with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("OpenMOSS-Team/MOSS-Music-8B-Thinking", trust_remote_code=True, dtype="auto")