-
Notifications
You must be signed in to change notification settings - Fork 199
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
[Prompt lookup] #1245
Merged
Merged
[Prompt lookup] #1245
Conversation
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
github-actions
bot
added
category: continuous batching
Continuous batching
category: GenAI C++ API
Changes in GenAI C++ public headers
no-match-files
category: LLM
LLM pipeline (stateful, static)
category: speculative decoding
Speculative decoding
category: cmake / build
Cmake scripts
category: samples
GenAI samples
labels
Nov 21, 2024
github-actions
bot
added
category: GHA
CI based on Github actions
and removed
category: GHA
CI based on Github actions
labels
Dec 4, 2024
@ilya-lavrenov Please take a look |
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.
is perf benefits the same between SPDA and PA impls?
src/cpp/src/speculative_decoding/speculative_decoding_metrics.hpp
Outdated
Show resolved
Hide resolved
src/cpp/src/prompt_lookup/continuous_batching_for_prompt_lookup.cpp
Outdated
Show resolved
Hide resolved
samples/cpp/prompt_lookup_decoding_lm/prompt_lookup_decoding_lm.cpp
Outdated
Show resolved
Hide resolved
samples/cpp/prompt_lookup_decoding_lm/prompt_lookup_decoding_lm.cpp
Outdated
Show resolved
Hide resolved
samples/cpp/prompt_lookup_decoding_lm/prompt_lookup_decoding_lm.cpp
Outdated
Show resolved
Hide resolved
samples/python/prompt_lookup_decoding_lm/prompt_lookup_decoding_lm.py
Outdated
Show resolved
Hide resolved
samples/python/prompt_lookup_decoding_lm/prompt_lookup_decoding_lm.py
Outdated
Show resolved
Hide resolved
ilya-lavrenov
approved these changes
Dec 17, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Dec 17, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Dec 17, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Dec 17, 2024
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Dec 17, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: cmake / build
Cmake scripts
category: continuous batching
Continuous batching
category: GenAI C++ API
Changes in GenAI C++ public headers
category: GHA
CI based on Github actions
category: LLM
LLM pipeline (stateful, static)
category: Python API
Python API for GenAI
category: samples
GenAI samples
category: sampling
Sampling / Decoding algorithms
category: speculative decoding
Speculative decoding
no-match-files
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
prompt_lookup_sample
to use new APITicket:
Example of usage:
return 0;