File size: 157 Bytes
332ac51
 
 
 
 
471e8f8
1
2
3
4
5
6
7

# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("fixie-ai/ultravox-v0_5-llama-3_2-1b", trust_remote_code=True)