mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-18 16:55:14 +02:00
newline in debug (+1 squashed commits)
Squashed commits: [dbc58568d] newline in debug
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user