mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-05 20:41:18 +02:00
rename a missed BLAS -> batch
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user