-
Notifications
You must be signed in to change notification settings - Fork 200
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
Move tests on sampling to test_sampling.py #1465
Merged
ilya-lavrenov
merged 13 commits into
openvinotoolkit:master
from
ilya-lavrenov:sampler-tests
Jan 3, 2025
Merged
Move tests on sampling to test_sampling.py #1465
ilya-lavrenov
merged 13 commits into
openvinotoolkit:master
from
ilya-lavrenov:sampler-tests
Jan 3, 2025
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
Contributor
ilya-lavrenov
commented
Jan 2, 2025
•
edited
Loading
edited
- Move extensive tests on decoding / sampling from test_llm_pipeline.py tests to test_sampling.py
- Partially refactored common functions in common.py to be more generic (to be continued in next PRs)
- Dropped partially predefined functions with generation configs and replaced them in tests with dict of generation parameters, so you can better see tests params closer to tests itself and avoid creating numerous get_** for new generation values combinations.
- Sampling tests are now implemented on top of stateful model for better comparison with optimum-intel
github-actions
bot
added
category: visual language
Visual language pipeline
category: continuous batching
Continuous batching
category: LLM
LLM pipeline (stateful, static)
category: sampling
Sampling / Decoding algorithms
category: Python API
Python API for GenAI
no-match-files
labels
Jan 2, 2025
ilya-lavrenov
force-pushed
the
sampler-tests
branch
from
January 2, 2025 15:51
44cfb67
to
a107a98
Compare
ilya-lavrenov
force-pushed
the
sampler-tests
branch
from
January 3, 2025 08:07
0d54fde
to
dcc434d
Compare
ilya-lavrenov
force-pushed
the
sampler-tests
branch
from
January 3, 2025 12:00
6bb793e
to
3c2f171
Compare
github-actions
bot
added
category: WWB
PR changes WWB
category: GHA
CI based on Github actions
labels
Jan 3, 2025
ilya-lavrenov
changed the title
Sampler tests
Move tests on sampling to test_sampling.py
Jan 3, 2025
ilya-lavrenov
force-pushed
the
sampler-tests
branch
from
January 3, 2025 14:45
f375c21
to
317b973
Compare
as-suvorov
approved these changes
Jan 3, 2025
ilya-lavrenov
force-pushed
the
sampler-tests
branch
2 times, most recently
from
January 3, 2025 19:39
4e86fba
to
7e6cdc2
Compare
ilya-lavrenov
force-pushed
the
sampler-tests
branch
from
January 3, 2025 19:39
7e6cdc2
to
86acac5
Compare
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 3, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category: continuous batching
Continuous batching
category: GHA
CI based on Github actions
category: LLM
LLM pipeline (stateful, static)
category: Python API
Python API for GenAI
category: sampling
Sampling / Decoding algorithms
category: visual language
Visual language pipeline
category: WWB
PR changes WWB
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.