mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-21 14:25:35 +00:00
newline in debug (+1 squashed commits)
Squashed commits: [dbc58568d] newline in debug
This commit is contained in:
parent
2580b4591d
commit
56368c0fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ static void progress_callback(int step, int steps, float time, void* data)
|
|||
{
|
||||
printf("\n");
|
||||
}
|
||||
printf("\rGenerating image: %d/%d steps, %.2f %s\033[K%s", step, steps, speed, unit, step == steps ? "\n" : "");
|
||||
printf("\rGenerating image: %d/%d steps, %.2f %s\033[K%s", step, steps, speed, unit, (step == steps || sddebugmode==1) ? "\n" : "");
|
||||
fflush(stdout);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue