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