-
Notifications
You must be signed in to change notification settings - Fork 198
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
[CB] SpeculativeDecoding impl C++ #907
Conversation
…mpl by several token gen per iteration
@ilya-lavrenov Please take a look |
samples/cpp/continuous_batching_speculative_decoding/CMakeLists.txt
Outdated
Show resolved
Hide resolved
Please, adjust sample test as well https://github.com/openvinotoolkit/openvino.genai/blob/master/.github/workflows/causal_lm_cpp.yml#L396-L437 once you change speculative decoding sample |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, good job!
Suggest sample simplification as a separate change.
Spin off of #907. Merge after head PR --------- Co-authored-by: Ilya Lavrenov <[email protected]>
Spin off of openvinotoolkit/openvino.genai#907. Merge after head PR --------- Co-authored-by: Ilya Lavrenov <[email protected]>
Merge after Validation mode implementation in Sampler
Tickets: