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

Enhance the flexibility of the c streamer #1941

Merged

Conversation

apinge
Copy link
Contributor

@apinge apinge commented Mar 19, 2025

This PR is aimed at increasing the flexibility of the c streamer for llm generation.
In C++, a streamer can add additional functionality through lambda captures (e.g. https://github.com/openvinotoolkit/model_server/blob/f513c50d45874392f0c6f356484c89003fb47dcc/src/llm/servable.cpp#L66). Therefore, an extra void* parameter is added to the C streamer to align with the C++ streamer.

@ilya-lavrenov ilya-lavrenov added this to the 2025.2 milestone Mar 19, 2025
@ilya-lavrenov ilya-lavrenov self-assigned this Mar 19, 2025
@ilya-lavrenov
Copy link
Contributor

build_jenkins

@ilya-lavrenov ilya-lavrenov enabled auto-merge March 19, 2025 08:58
@ilya-lavrenov ilya-lavrenov added this pull request to the merge queue Mar 19, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 19, 2025
@ilya-lavrenov ilya-lavrenov merged commit f613958 into openvinotoolkit:master Mar 19, 2025
58 of 59 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants