You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently converting a local LLM to Open Vino, I would like to fine tune my model with the Trainer function but I get an error stating: AttributeError: 'OVModelForCausalLM' object has no attribute 'named_children'
Please let me know if there is a way to fine tune openVino models that are loaded with OVModelForCausalLM().
I am currently converting a local LLM to Open Vino, I would like to fine tune my model with the Trainer function but I get an error stating: AttributeError: 'OVModelForCausalLM' object has no attribute 'named_children'
Please let me know if there is a way to fine tune openVino models that are loaded with OVModelForCausalLM().
Attached is my script
Fine_Tuning_mistral_7b_v3 (2).zip
The text was updated successfully, but these errors were encountered: