stream : flush upon finishing inference (#811)

This commit is contained in:
Taras Glek
2023-04-23 17:00:30 +03:00
committed by GitHub
parent 2bd4b8d577
commit 02ec83c5d5

View File

@ -383,6 +383,7 @@ int main(int argc, char ** argv) {
}
}
}
fflush(stdout);
}
}