Skip to content

Commit

Permalink
main : we had accidentally disabled the temperature fallback .. (gger…
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov authored and rock3125 committed Feb 21, 2023
1 parent 92bd482 commit 1507c48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1507c48

Please sign in to comment.