'Mistral3Model' object has no attribute 'prepare_inputs_for_generation'

#12
by timpal0l - opened

I cannot perform LoRa finetuning with this model yet.

model = get_peft_model(model, lora_config)
'Mistral3Model' object has no attribute 'prepare_inputs_for_generation'

Sign up or log in to comment