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

Fail to set multiple adapters active #569

Closed
dyxohjl666 opened this issue Jul 20, 2023 · 0 comments
Closed

Fail to set multiple adapters active #569

dyxohjl666 opened this issue Jul 20, 2023 · 0 comments
Labels
question Further information is requested

Comments

@dyxohjl666
Copy link

dyxohjl666 commented Jul 20, 2023

                self.base.load_adapter(domain_adapter, set_active=True) #load "mlm"
                self.base.add_adapter("len", config="pfeiffer", set_active=True) 
                self.base.set_active_adapters(ac.Stack("mlm", "len"))

I just discover that I fail to set "mlm" active with above codes.
1689827151475
This is I got with adapter_summary(). However, when I load only "mlm" without other adapters, it can be set active. I'm confused about this. How can I set both of them active?

@dyxohjl666 dyxohjl666 added the question Further information is requested label Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant