Skip to content

Commit aea4ad0

Browse files
committed
fixed editor config check
1 parent f64dea0 commit aea4ad0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/sampling.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ static llama_token_data_array llama_sampling_prepare_impl(
326326
penalty_tokens_used_size, dry_base, dry_multiplier, dry_allowed_length,
327327
params.dry_sequence_breakers.data(), params.dry_sequence_breakers.size());
328328
}
329-
330329

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

0 commit comments

Comments
 (0)