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
[BUG] Fixes Bottleneck Configs to work with ln_before = True and init_weights = "mam_adapter" (#761)
Fixes#745
When "mam_adapter" is specified, the code will now look for the
`nn.Linear` or `PHMLayer` inside the `self.down_adapter` layer sequence
and apply the initialization on the correct layer
edit: also removes an extra block of code in the `AdapterPlus` notebook
0 commit comments