n8n / app.py
a3igroupservices's picture
Update app.py
96104ba verified
raw
history blame contribute delete
157 Bytes
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("fixie-ai/ultravox-v0_5-llama-3_2-1b", trust_remote_code=True)