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
Thanks for reporting this, it is indeed an error in the docs. Same goes for LoraModel.push_to_hub, which should be PeftModel.push_to_hub. Do you want to create a PR to fix it? Otherwise, I'll do it.
houx15
added a commit
to houx15/peft
that referenced
this issue
Aug 30, 2023
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
System Info
the newest peft code in this repo
Who can help?
No response
Information
Tasks
examples
folderReproduction
line 137 in
peft_model.py
:wrote that "reloaded using the
LoraModel.from_pretrained
"However, the class
LoraModel
doesn't have a function namedfrom_pretrained()
Expected behavior
It should be
PeftModel.from_pretrained()
The text was updated successfully, but these errors were encountered: