Spaces:
Sleeping
Sleeping
Taras Glek
commited on
stream : flush upon finishing inference (#811)
Browse files
examples/stream/stream.cpp
CHANGED
|
@@ -383,6 +383,7 @@ int main(int argc, char ** argv) {
|
|
| 383 |
}
|
| 384 |
}
|
| 385 |
}
|
|
|
|
| 386 |
}
|
| 387 |
}
|
| 388 |
|
|
|
|
| 383 |
}
|
| 384 |
}
|
| 385 |
}
|
| 386 |
+
fflush(stdout);
|
| 387 |
}
|
| 388 |
}
|
| 389 |
|