fixed editor config check
This commit is contained in:
parent
f64dea0821
commit
aea4ad0296
1 changed files with 0 additions and 1 deletions
|
@ -326,7 +326,6 @@ static llama_token_data_array llama_sampling_prepare_impl(
|
||||||
penalty_tokens_used_size, dry_base, dry_multiplier, dry_allowed_length,
|
penalty_tokens_used_size, dry_base, dry_multiplier, dry_allowed_length,
|
||||||
params.dry_sequence_breakers.data(), params.dry_sequence_breakers.size());
|
params.dry_sequence_breakers.data(), params.dry_sequence_breakers.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!penalize_nl) {
|
if (!penalize_nl) {
|
||||||
for (size_t idx = 0; idx < cur_p.size; idx++) {
|
for (size_t idx = 0; idx < cur_p.size; idx++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue