Skip to content

Commit

Permalink
Remove unnecessary lora macros
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Oct 28, 2023
1 parent e95f31a commit afe3fe1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions candle-lora-transformers/src/llama.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ fn masked_fill(on_false: &Tensor, mask: &Tensor, on_true: f32) -> Result<Tensor>
Ok(m)
}

#[replace_layer_fields]
#[derive(AutoLoraConvert)]
struct Mlp {
c_fc1: LlamaLinear,
c_fc2: LlamaLinear,
Expand Down

0 comments on commit afe3fe1

Please sign in to comment.