main : we had accidentally disabled the temperature fallback .. (#291)

pull/398/head
Georgi Gerganov 2023-01-18 22:51:41 +02:00
parent 206fc93396
commit f583e2d2f5
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 0 additions and 1 deletions

View File

@ -658,7 +658,6 @@ int main(int argc, char ** argv) {
wparams.greedy.best_of = params.best_of;
wparams.beam_search.beam_size = params.beam_size;
wparams.temperature_inc = -1;
wparams.prompt_tokens = prompt_tokens.empty() ? nullptr : prompt_tokens.data();
wparams.prompt_n_tokens = prompt_tokens.empty() ? 0 : prompt_tokens.size();