main : fix indentation
This commit is contained in:
parent
311bd6d294
commit
f5d4b48297
1 changed files with 5 additions and 5 deletions
|
@ -430,12 +430,12 @@ int main(int argc, char ** argv) {
|
|||
last_n_tokens.data() + last_n_tokens.size() - last_n_repeat,
|
||||
last_n_repeat, alpha_frequency, alpha_presence);
|
||||
if (!penalize_nl) {
|
||||
for (size_t idx = 0; idx < candidates_p.size; idx++) {
|
||||
if (candidates_p.data[idx].id == llama_token_nl()) {
|
||||
candidates_p.data[idx].logit = nl_logit;
|
||||
break;
|
||||
for (size_t idx = 0; idx < candidates_p.size; idx++) {
|
||||
if (candidates_p.data[idx].id == llama_token_nl()) {
|
||||
candidates_p.data[idx].logit = nl_logit;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (temp <= 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue