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
It seems like the intervention has a low rank dimension size of 2. And the saved weights have a low rank dimension size of 4.
Did you overwrite those saved weights somehow? If not, could you try to randomly initialize a model, and save the initialized model, and reload again? And you can also manually check the dimension of saved weights by using the torch.load() API.
I tried to load and combine ReFT modules to the base model. I got the following error:
My saving ReFT modules code:
My combine ReFT modules code:
The text was updated successfully, but these errors were encountered: