How to use kienlt/gemma-7b-math-adapter with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kienlt/gemma-7b-math-adapter", dtype="auto")