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
Hello, Thanks you for great work
I'm follow your code mistral-finetune-own-data.ipynb, but when the code run at:
accelerator = Accelerator(fsdp_plugin=fsdp_plugin)
model = accelerator.prepare_model(model)
It throw an error:
ValueError: Must flatten tensors with uniform requires_grad when use_orig_params=False
How can i fix it.
Thanks you
The text was updated successfully, but these errors were encountered:
Hello, Thanks you for great work
I'm follow your code mistral-finetune-own-data.ipynb, but when the code run at:
accelerator = Accelerator(fsdp_plugin=fsdp_plugin)
model = accelerator.prepare_model(model)
It throw an error:
ValueError: Must flatten tensors with uniform
requires_grad
whenuse_orig_params=False
How can i fix it.
Thanks you
The text was updated successfully, but these errors were encountered: