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
NameError: name 'LearnedSourceLowRankRotatedSpaceIntervention' is not defined
I can't find or import 'LearnedSourceLowRankRotatedSpaceIntervention' in pyreft.
Should I replace the name 'LearnedSourceLowRankRotatedSpaceIntervention' with 'ConsreftIntervention'? What is the difference between these Intervention class?
(minor: 'storage_access_id' can also be not defined in this block.)
The text was updated successfully, but these errors were encountered:
@Z1zs Thanks for reporting the issue! I fixed the notebook. Please pull and retry.
And, yes - we renamed LearnedSourceLowRankRotatedSpaceIntervention to ConsreftIntervention (if you are curious, you could take a look at our commit history, etc..). I also corrected the "storage_access_id" issue. Some of our notebooks are made before we did the major refactory, so they might be broken.
I tied to run this script(https://github.com/stanfordnlp/pyreft/blob/main/examples/memorisation/reft_power.ipynb) to figure out how reft should work, but got this error in "### Store with different access id":
I can't find or import 'LearnedSourceLowRankRotatedSpaceIntervention' in pyreft.
Should I replace the name 'LearnedSourceLowRankRotatedSpaceIntervention' with 'ConsreftIntervention'? What is the difference between these Intervention class?
(minor: 'storage_access_id' can also be not defined in this block.)
The text was updated successfully, but these errors were encountered: