mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-09 19:46:11 +00:00
Merge branch 'master' into concedo
# Conflicts: # README.md
This commit is contained in:
commit
3c78124aac
15 changed files with 591 additions and 118 deletions
|
|
@ -192,7 +192,7 @@ extern "C" {
|
|||
std::string concat_output = "";
|
||||
|
||||
bool startedsampling = false;
|
||||
printf("\nProcessing Prompt: ");
|
||||
printf("\nProcessing Prompt (%d tokens): ",embd_inp.size());
|
||||
|
||||
while (remaining_tokens > 0)
|
||||
{
|
||||
|
|
@ -224,7 +224,7 @@ extern "C" {
|
|||
if(!startedsampling)
|
||||
{
|
||||
startedsampling = true;
|
||||
printf("\nGenerating: ");
|
||||
printf("\nGenerating (%d tokens): ",params.n_predict);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue