How to use michaelwaves/gpt-120b-fun-weights with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("michaelwaves/gpt-120b-fun-weights", dtype="auto")
How to fix it?