mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 01:41:37 +00:00
rename a missed BLAS -> batch
This commit is contained in:
parent
978d755ddc
commit
cfb22b5c9d
3 changed files with 5 additions and 2 deletions
|
|
@ -3941,7 +3941,7 @@ generation_outputs gpttype_generate(const generation_inputs inputs)
|
|||
//print progress
|
||||
if (!startedsampling && allow_regular_prints)
|
||||
{
|
||||
printf("\rProcessing Prompt%s (%d / %zu tokens)", (blasmode ? " [BLAS]" : ""), input_consumed, embd_inp.size());
|
||||
printf("\rProcessing Prompt%s (%d / %zu tokens)", (blasmode ? " [BATCH]" : ""), input_consumed, embd_inp.size());
|
||||
}
|
||||
fflush(stdout);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue