Transformers How to use saishshinde15/gemma_thinking_model_with_function_calling with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("saishshinde15/gemma_thinking_model_with_function_calling", dtype="auto")