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
Description:
The model builder in DocOwl1.5 incorrectly prevents the proper loading of Peft models due to a bug, causing LoRA weight loading to be skipped.
Description:
The model builder in DocOwl1.5 incorrectly prevents the proper loading of Peft models due to a bug, causing LoRA weight loading to be skipped.
Problemeatic code line:
mPLUG-DocOwl/DocOwl1.5/mplug_docowl/model/builder.py
Line 43 in fab2fd7
The statement 'paperowl' evaluates True, as a result the condition is always met and LoRA weight loading is skipped .
Suggested Fix:
if 'paperowl' in model_path.lower() or 'docowl' in model_path.lower():
The text was updated successfully, but these errors were encountered: