Transformers How to use TransWithAI/Step-Audio-R1-NVFP4A16 with Transformers:
# Load model directly
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained("TransWithAI/Step-Audio-R1-NVFP4A16", trust_remote_code=True, dtype="auto")