Skip to content
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

[BUG] Fixes Bottleneck Configs to work with ln_before = True and init_weights = "mam_adapter" #761

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

julian-fong
Copy link
Contributor

@julian-fong julian-fong commented Nov 28, 2024

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

Copy link
Member

@calpt calpt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome, thanks for finding and fixing!

@calpt calpt merged commit e591965 into adapter-hub:main Dec 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bottleneck Configs do not work with ln_before = True and init_weights = "mam_adapter"
2 participants