How to use kmin06/lora_32 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kmin06/lora_32", dtype="auto")
How to fix it?