-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TextGeneration] Add Streaming Functionality (#1246)
* add streaming functionality * remove print * set back default value * rebase * update to yield * update pipeline.py * update tests * refactor out streaming functions and remove yield in process_engine_output * fix tests * update pipeline to use kwargs * rebase * Update src/deepsparse/transformers/pipelines/text_generation.py
- Loading branch information
Showing
3 changed files
with
143 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.