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