How to use botmark11/granite-4.0-micro with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("botmark11/granite-4.0-micro", dtype="auto")
How to fix it?