Skip to content

Commit 62b9cb4

Browse files
committed
removed trailing whitespace
1 parent f9e416d commit 62b9cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/sampling.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ static llama_token_data_array llama_sampling_prepare_impl(
315315
penalty_tokens_used_size, dry_base, dry_multiplier, dry_allowed_length,
316316
params.dry_sequence_breakers.data(), params.dry_sequence_breakers.size());
317317
}
318-
318+
319319

320320
if (!penalize_nl) {
321321
for (size_t idx = 0; idx < cur_p.size; idx++) {

0 commit comments

Comments
 (0)