Skip to content

Commit

Permalink
fix merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
YannFollet committed Jun 18, 2024
1 parent 3fc2a81 commit 3b1ae2c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions common/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -394,11 +394,6 @@ bool gpt_params_find_arg(int argc, char ** argv, const std::string & arg, gpt_pa
params.n_predict = std::stoi(argv[i]);
return true;
}
if (arg == "-n" || arg == "--predict" || arg == "--n-predict") {
CHECK_ARG
params.n_predict = std::stoi(argv[i]);
return true;
}
if (arg == "--top-k") {
CHECK_ARG
sparams.top_k = std::stoi(argv[i]);
Expand Down

0 comments on commit 3b1ae2c

Please sign in to comment.