Skip to content

Commit

Permalink
stream : flush upon finishing inference (ggerganov#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taras Glek committed Apr 23, 2023
1 parent f5df79f commit fbe574c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/stream/stream.cpp
Expand Up @@ -383,6 +383,7 @@ int main(int argc, char ** argv) {
}
}
}
fflush(stdout);
}
}

Expand Down

0 comments on commit fbe574c

Please sign in to comment.