Merge branch 'master' of github.com:ggerganov/llama.cpp into add-gemma2-soft-capping
This commit is contained in:
commit
8edf73a729
1 changed files with 1 additions and 1 deletions
|
@ -810,7 +810,7 @@ int main(int argc, char ** argv) {
|
|||
is_antiprompt = true;
|
||||
}
|
||||
|
||||
chat_add_and_format(model, chat_msgs, "system", assistant_ss.str());
|
||||
chat_add_and_format(model, chat_msgs, "assistant", assistant_ss.str());
|
||||
is_interacting = true;
|
||||
printf("\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue