-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix breaking change #1414
Fix breaking change #1414
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Younes! ⚡️
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Hey, looks like this fix is causing issues for me:
|
Hmmm @DreamGenX it seems for some reason in your script HTTP requests are failing since |
Moreover, I think there might be a bigger bug lurking here. If I am reading the code directly, when called with |
Just to add to this -- downloading the base model works fine, so it's strange that the file exists check would fail later on. |
Hello @DreamGenX, Please refer huggingface/trl#1287 (comment) for more context and how to explicitly set it to
In that case also embedding layers would be saved. |
* fix * Update src/peft/utils/save_and_load.py * Update src/peft/utils/save_and_load.py
Fix a breaking change in the recent release, I made a new PR as I messed up the commit history on the previous PR
cc @sayakpaul @pacman100