Skip to content

Commit

Permalink
main : we had accidentally disabled the temperature fallback .. (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jan 18, 2023
1 parent 206fc93 commit f583e2d
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 f583e2d

Please sign in to comment.