Skip to content

Commit 0236a51

Browse files
committed
engine: cleanup formatting
Signed-off-by: Danielle Lancashire <[email protected]>
1 parent b8ff062 commit 0236a51

File tree

1 file changed

+6
-6
lines changed
  • crates/spin-python-engine/src

1 file changed

+6
-6
lines changed

crates/spin-python-engine/src/lib.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -500,12 +500,12 @@ impl LLMInferencingParams {
500500
top_p: f32,
501501
) -> Self {
502502
Self {
503-
max_tokens: max_tokens,
504-
repeat_penalty: repeat_penalty,
505-
repeat_penalty_last_n_token_count: repeat_penalty_last_n_token_count,
506-
temperature: temperature,
507-
top_k: top_k,
508-
top_p: top_p,
503+
max_tokens,
504+
repeat_penalty,
505+
repeat_penalty_last_n_token_count,
506+
temperature,
507+
top_k,
508+
top_p,
509509
}
510510
}
511511
}

0 commit comments

Comments
 (0)