Transformers How to use lukmanaj/Llama-3.2-3B-Instruct-thinking-function_calling-V0 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("lukmanaj/Llama-3.2-3B-Instruct-thinking-function_calling-V0", dtype="auto")