fixed editor config check

This commit is contained in:
l3utterfly 2024-04-25 15:57:54 +09:00
parent f64dea0821
commit aea4ad0296

View file

@ -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))) {