Minor formatting

pull/20/head
Georgi Gerganov 2 years ago committed by GitHub
parent 340bff0f0e
commit ebb357f711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -400,7 +400,6 @@ gpt_vocab::id llama_sample_top_p(
} else {
logits_id.push_back(std::make_pair(logits[i]*scale/repeat_penalty, i));
}
} else {
logits_id.push_back(std::make_pair(logits[i]*scale, i));
}

Loading…
Cancel
Save