-
Notifications
You must be signed in to change notification settings - Fork 104
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
[P0] reft_model loading as reft_model not as pyvene object #45
Labels
bug
Something isn't working
Comments
@Jixs0528 good catch! this should be fixed! assigning as a bug with P0. we should prioritize this. @PinetreePantry do you want to take a look? |
frankaging
changed the title
reft_model
[P0] reft_model loading as reft_model not as pyvene object
Apr 11, 2024
@frankaging cool let me take a look |
Fixed! closing this for now. Feel free to reopen if other issues arise. Ty for raising this again. |
hey @Jixs0528 can you provide the error log? NoreftIntervention runs fine on my end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A reft_model got by the method get_reft_model() is an instance of ReftModel and we can call the method print_trainable_parameters() to show the number of parameters. However, a reft_model loaded by the method ReftModel.load() is an instance of intervenable_base.IntervenableModel and we can not call the method print_trainable_parameters(). Is this
reasonable?
The text was updated successfully, but these errors were encountered: