How to use bodhicitta/gemma-2b-function-call with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bodhicitta/gemma-2b-function-call", dtype="auto")