Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CB naive chat #644

Merged
merged 37 commits into from
Jul 24, 2024
Merged

Conversation

Wovchena
Copy link
Collaborator

@Wovchena Wovchena commented Jul 18, 2024

No description provided.

Wovchena and others added 30 commits July 10, 2024 19:02
That allows LLMPipeline to create ContinuousBatchingPipeline as a backend. There's also a constructor accepting ireq, which can be used if the model was already transformed appropriately for ContinuousBatchingPipeline. But it feels it's going to be misleading and it simpler just to throw if such constructor is called with ContinuousBatchingPipeline backend.
…use-CB-as-backend"

This reverts commit c28a023, reversing
changes made to 67f4717.
@Wovchena Wovchena marked this pull request as ready for review July 23, 2024 17:36
@Wovchena Wovchena enabled auto-merge July 24, 2024 06:49
@popovaan popovaan mentioned this pull request Jul 24, 2024
@Wovchena Wovchena disabled auto-merge July 24, 2024 09:37
@Wovchena
Copy link
Collaborator Author

build_jenkins

@Wovchena Wovchena enabled auto-merge July 24, 2024 09:37
Comment on lines +281 to +282
if (streamer_ptr) {
streamer_ptr->end();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we continue to execute this function when streamer is used? Output has already been read and pushed to streamer in above while loop.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's just API. We document that end() is called in the end. One possible use case to let the streamer to flush the output.

@Wovchena Wovchena mentioned this pull request Jul 24, 2024
@Wovchena Wovchena disabled auto-merge July 24, 2024 12:48
@Wovchena Wovchena added this pull request to the merge queue Jul 24, 2024
Merged via the queue into openvinotoolkit:releases/2024/3 with commit f9e45e1 Jul 24, 2024
31 checks passed
@Wovchena Wovchena mentioned this pull request Jul 24, 2024
@ilya-lavrenov ilya-lavrenov self-assigned this Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants