How to use wheattoast11/OmniCoder-9B-Zero-Phase1 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("wheattoast11/OmniCoder-9B-Zero-Phase1", dtype="auto")
How to fix it?