rename a missed BLAS -> batch

This commit is contained in:
LostRuins Concedo 2025-11-06 16:11:26 +08:00
parent 978d755ddc
commit cfb22b5c9d
3 changed files with 5 additions and 2 deletions

View file

@ -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);