Skip to content

Commit

Permalink
Update llamaCPP.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
tikikun authored Dec 12, 2023
1 parent 7113586 commit 455720d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/llamaCPP.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void llamaCPP::warmupModel() {
json pseudo;

pseudo["prompt"] = "Hello";
pseudo["n_predict"] = 10;
pseudo["n_predict"] = 2;
pseudo["stream"] = false;
const int task_id = llama.request_completion(pseudo, false, false);
std::string completion_text;
Expand Down

0 comments on commit 455720d

Please sign in to comment.