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