How do I get and set the adapter state_dict with updated parameters? #755
Unanswered
itsskofficial
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to do federated training of adapters using Flower framework. But I am unable to find a way to get and set the adapter state_dict similar to set_peft_model_state_dict.
Here is standard Flower code for getting and setting parameters
How do I go around doing this with adapters instead of peft?
Any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions