Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Sep 9, 2023
1 parent 866ad2c commit 57e06a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loralinear.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl LoraLinear {

let a = Trc::new(Linear::new(a_weight, None));
let b = Trc::new(Linear::new(b_weight, Some(b_bias)));

Ok(LoraLinear {
old: Trc::new(NonTrainableLinear::new_from_linear(old)?),
a,
Expand Down

0 comments on commit 57e06a6

Please sign in to comment.