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 #1940

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 self-assigned this Mar 19, 2025
@ilya-lavrenov ilya-lavrenov added this to the 2025.1 milestone Mar 19, 2025
@ilya-lavrenov
Copy link
Contributor

build_jenkins

@ilya-lavrenov ilya-lavrenov merged commit 7f39544 into openvinotoolkit:releases/2025/1 Mar 19, 2025
49 of 52 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