How to use NetherQuartz/ilo-toki-gemma-2-2b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("NetherQuartz/ilo-toki-gemma-2-2b", dtype="auto")
How to fix it?