8000 Run cargo fmt · masmullin2000/llama_cpp-rs@b6393cb · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit b6393cb

Browse files
committed
Run cargo fmt
1 parent ff8c829 commit b6393cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/llama_cpp/src/standard_sampler.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ impl SamplerStage {
142142
*repetition_penalty,
143143
*frequency_penalty,
144144
*presence_penalty,
145-
);
145+
);
146146
}
147147
SamplerStage::Temperature(temp) => {
148148
if *temp == 0.0 {

0 commit comments

Comments
 (0)
0