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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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