How to use lokegud/infrastructure-assistant-7b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("lokegud/infrastructure-assistant-7b", dtype="auto")
How to fix it?