-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[Core] *Prompt* logprobs support in Multi-step #8199
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
Merged
comaniac
merged 66 commits into
vllm-project:main
from
neuralmagic:afeldman-nm/logprobs
Sep 18, 2024
Merged
Changes from all commits
Commits
Show all changes
66 commits
Select commit
Hold shift + click to select a range
f97e0ae
added example
afeldman-nm f969241
wip:
afeldman-nm 642d31b
first working attempt at logprobs
afeldman-nm a0ca262
merge; format
afeldman-nm ed97288
passing test; dataclass
afeldman-nm 861e1b9
refactoring
afeldman-nm 8bc0765
Merge branch 'main' into logprobs_merge
afeldman-nm a34d1ac
refactoring
afeldman-nm 4cda5c0
Merge branch 'logprobs' into logprobs_merge
afeldman-nm ac8a39a
Merge branch 'main' into logprobs_merge
afeldman-nm 1284327
removing example
afeldman-nm a6c1207
removed example from build pipeline
afeldman-nm fe42995
fixed one docstring; embedded NUM_LOGPROBS
afeldman-nm 9fb5bbe
test refactor
afeldman-nm 046a8b1
incremental refactors
afeldman-nm fa86efd
remove unnecessary conftest change
afeldman-nm 1c0ffb6
Update vllm/model_executor/layers/sampler.py
afeldman-nm 3babadb
refactor
afeldman-nm f502029
Merge branch 'afeldman-nm/logprobs' of https://github.com/neuralmagic…
afeldman-nm 1875b37
test_multi_step comment
afeldman-nm 3760a95
utils function docstrings
afeldman-nm d43308c
docstring refactors
afeldman-nm 54db498
merge
afeldman-nm dfbbaf0
passing tests & formatted
afeldman-nm 5eebfca
Merge branch 'main' into logprobs_merge
afeldman-nm 5e23d9a
Merge branch 'main' into logprobs_merge
afeldman-nm 717efa3
merge; format
afeldman-nm e0d59ce
removed incorrect SamplerOutput imports
afeldman-nm 102fd92
formatting
afeldman-nm 948f4ef
Update tests/multi_step/test_correctness.py
afeldman-nm 6e6711f
fixed comment
afeldman-nm f61163e
merge; format
afeldman-nm 1cc93dd
rename
afeldman-nm 4995204
Merge branch 'logprobs' into logprobs_merge
afeldman-nm da5826b
test modification
afeldman-nm d4fb430
merge; format
afeldman-nm b6752e0
merge
afeldman-nm 1e42656
formatting
afeldman-nm cd0fdf9
disabled logprobs pythonization when logprobs are disabled
afeldman-nm 3fecbc4
wip
afeldman-nm 67bd035
skip logprobs processing entirely when logprobs are not enabled; form…
afeldman-nm 419659d
multi-step output processing; formatting
afeldman-nm 55eaab9
wip
afeldman-nm bae1fb9
small fixes
afeldman-nm 4c0c9f8
Added prompt logprobs tests
afeldman-nm c249e51
Merge branch 'main' into logprobs_merge
afeldman-nm 8865bbd
wip
afeldman-nm e05670b
increased max wait time
afeldman-nm 42af633
formatting
afeldman-nm 81fedc1
upstream merge; upstream formatting issues
afeldman-nm c6f703d
upstream merge; passing logprobs tests
afeldman-nm 55d7276
Merge branch 'main' into logprobs_merge
afeldman-nm d8a3f8c
upstream merge; format
afeldman-nm ad7f261
seems to be passing tests
afeldman-nm ac4b36f
comments
afeldman-nm dcad218
refactoring
afeldman-nm 0f373ab
comment
afeldman-nm 9bff9b6
updated prompt logprobs test comment
afeldman-nm 1a28003
updated check_logprobs_close() comment
afeldman-nm c9d9537
small fix
afeldman-nm 5d64bf3
Update tests/models/utils.py
afeldman-nm c152446
Update vllm/worker/multi_step_model_runner.py
afeldman-nm 8197219
Update vllm/worker/multi_step_model_runner.py
afeldman-nm 908709c
Update vllm/worker/multi_step_model_runner.py
afeldman-nm cce5394
addressing feedback
abf149 7f147d6
Merge branch 'main' into logprobs
abf149 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.