Skip to content

Commit

Permalink
Clippy conform
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Feb 28, 2024
1 parent 738f8b4 commit 6545ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logits_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ impl LogitsProcessor {
candle_transformers::utils::apply_repeat_penalty(
&logits,
self.repeat_penalty,
&repeat_penalty_ctxt.unwrap(),
repeat_penalty_ctxt.unwrap(),
)
.unwrap()
};
Expand Down

0 comments on commit 6545ce8

Please sign in to comment.