We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b16753 commit 7e7b558Copy full SHA for 7e7b558
src/peft/optimizers/loraplus.py
@@ -82,6 +82,7 @@ def create_loraplus_optimizer(
82
else:
83
param_groups["groupA"][name] = param
84
85
+ kwargs["lr"] = lr
86
loraplus_weight_decay = kwargs.pop("loraplus_weight_decay", 0.0)
87
loraplus_lr_embedding = kwargs.pop("loraplus_lr_embedding", 1e-6)
88
0 commit comments