How to use Billyyy/llama-mn-lora with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Billyyy/llama-mn-lora", dtype="auto")
How to fix it?