Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
KohakuBlueleaf committed Mar 16, 2024
1 parent 1792e19 commit 199c51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions-builtin/Lora/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def apply_weight_decompose(self, updown, orig_weight):
)

dora_merged = (
merged_scale1 * (dora_scale / merged_scale1_norm)
merged_scale1 * (dora_scale / merged_scale1_norm)
)
final_updown = dora_merged - orig_weight
return final_updown
Expand Down

0 comments on commit 199c51d

Please sign in to comment.